Commit 86fbcdfd authored by Marco Serantoni's avatar Marco Serantoni

Removed redundant AUI Manager Update, should speedup refresh

parent f8100747
...@@ -282,6 +282,8 @@ void WinEDA_PcbFrame::SetToolbars() ...@@ -282,6 +282,8 @@ void WinEDA_PcbFrame::SetToolbars()
PrepareLayerIndicator(); PrepareLayerIndicator();
DisplayUnitsMsg(); DisplayUnitsMsg();
if(m_auimgr.GetManagedWindow()) #ifdef __WXMAC__
m_auimgr.Update(); // Needed to avoid cursor tail
this->Refresh();
#endif
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment