parent
714250d9f6
commit
7b0d45402a
|
@ -1169,10 +1169,6 @@ void EDA_BASE_FRAME::ShowPreferences( wxString aStartPage, wxString aStartParent
|
||||||
if( !aStartPage.IsEmpty() )
|
if( !aStartPage.IsEmpty() )
|
||||||
dlg.SetInitialPage( aStartPage, aStartParentPage );
|
dlg.SetInitialPage( aStartPage, aStartParentPage );
|
||||||
|
|
||||||
// This is unfortunate, but it's the cost of lazy-loading the panels
|
|
||||||
book->SetMinSize( wxSize( 980, 560 ) );
|
|
||||||
book->SetInitialSize( wxSize( 980, 560 ) );
|
|
||||||
|
|
||||||
dlg.SetEvtHandlerEnabled( true );
|
dlg.SetEvtHandlerEnabled( true );
|
||||||
wxEndBusyCursor();
|
wxEndBusyCursor();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue