minor fix in dialog gen place file.
This commit is contained in:
parent
79972a3867
commit
81020e8824
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue