kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #03903
Re: R2217 bugs
-
To:
kicad-devel@xxxxxxxxxxxxxxx
-
From:
"emmedics4" <marco.serantoni@...>
-
Date:
Thu, 14 Jan 2010 11:13:48 -0000
-
In-reply-to:
<4B4EDFC8.1090400@...>
-
User-agent:
eGroups-EW/0.82
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