OK, so maybe it's a WxWidgets version issue?

This commit is contained in:
Jeff Young 2020-07-07 15:28:22 +01:00
parent 3c791c1016
commit 77313e4398
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ void PANEL_SETUP_NETCLASSES::rebuildNetclassDropdowns()
wxArrayString netclassNames;
netclassNames.emplace_back( wxString( NO_NETCLASS_ASSIGNMENT ) );
netclassNames.push_back( NO_NETCLASS_ASSIGNMENT );
for( int ii = 0; ii < m_netclassGrid->GetNumberRows(); ii++ )
{