Fix another wxUpdateUIEvent retrigger loop.
This commit is contained in:
parent
6e51905e69
commit
348c2bc612
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue