mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
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…
x
Reference in New Issue
Block a user