Add acceleratedGraphics prompt for eeschema

This commit is contained in:
Marek Roszko 2020-10-31 17:49:50 -04:00
parent 6e9ddd9c93
commit fbcbed5543
1 changed files with 3 additions and 0 deletions

View File

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