Disable live resizing for wxAUI as it glitchy

Fixes: lp:1695897
* https://bugs.launchpad.net/kicad/+bug/1695897
This commit is contained in:
Seth Hillbrand 2018-01-11 14:01:46 -08:00 committed by Wayne Stambaugh
parent 39dfc2c762
commit cc836903bd
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ EDA_DRAW_FRAME::EDA_DRAW_FRAME( KIWAY* aKiway, wxWindow* aParent,
m_movingCursorWithKeyboard = false;
m_zoomLevelCoeff = 1.0;
m_auimgr.SetFlags(wxAUI_MGR_DEFAULT|wxAUI_MGR_LIVE_RESIZE);
m_auimgr.SetFlags(wxAUI_MGR_DEFAULT);
CreateStatusBar( 6 );