7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-20 00:21:31 +00:00

Fix another wxUpdateUIEvent retrigger loop.

This commit is contained in:
Wayne Stambaugh 2021-12-13 18:43:09 -05:00
parent 6e51905e69
commit 348c2bc612

View File

@ -1077,7 +1077,7 @@ void DIALOG_PAD_PROPERTIES::OnUpdateUI( wxUpdateUIEvent& event )
case SMD_DLG_TYPE:
case CONN_DLG_TYPE:
case APERTURE_DLG_TYPE:
m_stackupImagesBook->SetSelection( 3 );
m_stackupImagesBook->ChangeSelection( 3 );
break;
}
}