Browse Source

Disable live resizing for wxAUI as it glitchy

Fixes: lp:1695897
* https://bugs.launchpad.net/kicad/+bug/1695897
pull/5/merge
Seth Hillbrand 8 years ago
committed by Wayne Stambaugh
parent
commit
cc836903bd
  1. 2
      common/draw_frame.cpp

2
common/draw_frame.cpp

@ -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…
Cancel
Save