Work around odd issue with wxWidgets initializing control wrong.

This commit is contained in:
Jeff Young 2022-09-09 18:05:59 +01:00
parent df35576cf9
commit 6507a4165e
1 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,9 @@ PANEL_EESCHEMA_EDITING_OPTIONS::PANEL_EESCHEMA_EDITING_OPTIONS( wxWindow* aWindo
m_borderColorSwatch->SetDefaultColor( COLOR4D::UNSPECIFIED );
m_backgroundColorSwatch->SetDefaultColor( COLOR4D::UNSPECIFIED );
m_spinLabelRepeatStep->SetRange( -100000, 100000 );
m_spinLabelRepeatStep->SetIncrement( 1 );
#ifdef __WXOSX_MAC__
m_leftClickCmdsBook->SetSelection( 1 );
#else