Avoid too frequent message panel updates.

This commit is contained in:
Maciej Suminski 2016-05-02 16:12:17 +02:00
parent 5a8adcdf52
commit 031fbb4630
1 changed files with 1 additions and 1 deletions

View File

@ -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();
} }