Fix for wx3.2
This commit is contained in:
parent
7d73376bbd
commit
474d732d94
|
@ -686,7 +686,7 @@ void PANEL_SETUP_NETCLASSES::OnUpdateUI( wxUpdateUIEvent& event )
|
|||
m_netclassesDirty = false;
|
||||
}
|
||||
|
||||
if( m_assignmentGrid->GetRows() == 0 )
|
||||
if( m_assignmentGrid->GetNumberRows() == 0 )
|
||||
return;
|
||||
|
||||
wxString pattern;
|
||||
|
|
Loading…
Reference in New Issue