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()
PrepareLayerIndicator();
DisplayUnitsMsg();
if(m_auimgr.GetManagedWindow())
m_auimgr.Update();
#ifdef __WXMAC__
// 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