Fix status bar flicker.

This commit is contained in:
Alex 2022-11-17 09:31:24 +05:00
parent bba6d503d4
commit 6418441218
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ EDA_DRAW_FRAME::EDA_DRAW_FRAME( KIWAY* aKiway, wxWindow* aParent, FRAME_T aFrame
m_auimgr.SetFlags( wxAUI_MGR_DEFAULT ); m_auimgr.SetFlags( wxAUI_MGR_DEFAULT );
CreateStatusBar( 8 ); CreateStatusBar( 8 )->SetDoubleBuffered( true );
// set the size of the status bar subwindows: // set the size of the status bar subwindows: