Disable live resizing for wxAUI as it glitchy
Fixes: lp:1695897 * https://bugs.launchpad.net/kicad/+bug/1695897
This commit is contained in:
parent
39dfc2c762
commit
cc836903bd
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Reference in New Issue