Enable "Spice settings" button on derived symbols

This commit is contained in:
Giulio Girardi 2021-05-17 10:30:03 +02:00 committed by Wayne Stambaugh
parent 412df9dbbf
commit 78a475d75b
1 changed files with 0 additions and 5 deletions

View File

@ -771,11 +771,6 @@ void DIALOG_LIB_SYMBOL_PROPERTIES::OnSizeGrid( wxSizeEvent& event )
void DIALOG_LIB_SYMBOL_PROPERTIES::syncControlStates( bool aIsAlias )
{
bSizerLowerBasicPanel->Show( !aIsAlias );
#ifdef KICAD_SPICE
m_spiceFieldsButton->Show( !aIsAlias );
#endif
m_inheritanceSelectCombo->Enable( aIsAlias );
m_inheritsStaticText->Enable( aIsAlias );
m_grid->ForceRefresh();