Browse Source

Add acceleratedGraphics prompt for eeschema

6.0.7
Marek Roszko 5 years ago
parent
commit
fbcbed5543
  1. 3
      eeschema/sch_edit_frame.cpp

3
eeschema/sch_edit_frame.cpp

@ -274,6 +274,9 @@ SCH_EDIT_FRAME::SCH_EDIT_FRAME( KIWAY* aKiway, wxWindow* aParent ):
m_auimgr.GetPane( "InfoBar" ).Hide();
m_auimgr.Update();
ResolveCanvasType();
SwitchCanvas( m_canvasType );
GetToolManager()->RunAction( ACTIONS::zoomFitScreen, true );
// This is used temporarily to fix a client size issue on GTK that causes zoom to fit

Loading…
Cancel
Save