← Back to team overview

kicad-developers team mailing list archive

Re: R2217 bugs

 

Jean Pierre,
Probably i've a proposal to submit, could you try to see if is this the reason ?

Index: toolbars_update_user_interface.cpp
===================================================================
--- toolbars_update_user_interface.cpp	(revision 2221)
+++ toolbars_update_user_interface.cpp	(working copy)
@@ -288,7 +288,7 @@
UpdateToolbarLayerInfo();
PrepareLayerIndicator();
DisplayUnitsMsg();
-#if defined(KICAD_AUIMANAGER)
+#if defined(KICAD_AUIMANAGER) && 0
if(m_auimgr.GetManagedWindow())
m_auimgr.Update();
#endif








References