Removed redundant AUI Manager Update, should speedup refresh

This commit is contained in:
Marco Serantoni 2010-09-14 19:38:34 +02:00
parent f8100747c2
commit 86fbcdfd59
1 changed files with 4 additions and 2 deletions

View File

@ -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
}