Avoid too frequent message panel updates.
This commit is contained in:
parent
5a8adcdf52
commit
031fbb4630
|
@ -348,5 +348,5 @@ void TOOL_DISPATCHER::updateUI()
|
||||||
// but at the moment I cannot think of a better one..
|
// but at the moment I cannot think of a better one..
|
||||||
EDA_DRAW_FRAME* frame = static_cast<EDA_DRAW_FRAME*>( m_toolMgr->GetEditFrame() );
|
EDA_DRAW_FRAME* frame = static_cast<EDA_DRAW_FRAME*>( m_toolMgr->GetEditFrame() );
|
||||||
frame->UpdateStatusBar();
|
frame->UpdateStatusBar();
|
||||||
frame->UpdateMsgPanel();
|
//frame->UpdateMsgPanel();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue