From 6418441218014ee9986af34f3d084eb2ad4194b2 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 17 Nov 2022 09:31:24 +0500 Subject: [PATCH] Fix status bar flicker. --- common/eda_draw_frame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/eda_draw_frame.cpp b/common/eda_draw_frame.cpp index 895cb47898..d8b87e41c8 100644 --- a/common/eda_draw_frame.cpp +++ b/common/eda_draw_frame.cpp @@ -113,7 +113,7 @@ EDA_DRAW_FRAME::EDA_DRAW_FRAME( KIWAY* aKiway, wxWindow* aParent, FRAME_T aFrame m_auimgr.SetFlags( wxAUI_MGR_DEFAULT ); - CreateStatusBar( 8 ); + CreateStatusBar( 8 )->SetDoubleBuffered( true ); // set the size of the status bar subwindows: