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;
|
m_netclassesDirty = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if( m_assignmentGrid->GetRows() == 0 )
|
if( m_assignmentGrid->GetNumberRows() == 0 )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
wxString pattern;
|
wxString pattern;
|
||||||
|
|
Loading…
Reference in New Issue