Fix for wx3.2

This commit is contained in:
Jon Evans 2022-08-28 08:53:25 -04:00
parent 7d73376bbd
commit 474d732d94
1 changed files with 1 additions and 1 deletions

View File

@ -686,7 +686,7 @@ void PANEL_SETUP_NETCLASSES::OnUpdateUI( wxUpdateUIEvent& event )
m_netclassesDirty = false; m_netclassesDirty = false;
} }
if( m_assignmentGrid->GetRows() == 0 ) if( m_assignmentGrid->GetNumberRows() == 0 )
return; return;
wxString pattern; wxString pattern;