Fix another wxUpdateUIEvent retrigger loop.

This commit is contained in:
Wayne Stambaugh 2021-12-13 18:43:09 -05:00
parent 6e51905e69
commit 348c2bc612
1 changed files with 1 additions and 1 deletions

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;
}
}