minor fix in dialog gen place file.

This commit is contained in:
jean-pierre charras 2019-11-07 16:55:05 +01:00
parent 79972a3867
commit 81020e8824
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ private:
void onUpdateUIforceSMDOpt( wxUpdateUIEvent& event ) override void onUpdateUIforceSMDOpt( wxUpdateUIEvent& event ) override
{ {
m_radioBoxFilesCount->Enable( m_rbFormat->GetSelection() != 2 ); m_forceSMDOpt->Enable( m_rbFormat->GetSelection() != 2 );
} }
void onUpdateUIincludeBoardEdge( wxUpdateUIEvent& event ) override void onUpdateUIincludeBoardEdge( wxUpdateUIEvent& event ) override