Removed redundant AUI Manager Update, should speedup refresh
This commit is contained in:
parent
f8100747c2
commit
86fbcdfd59
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue