Fix double msgpanel refresh and use the new moved event

This commit is contained in:
Marek Roszko 2020-08-15 14:38:01 -04:00 committed by Wayne Stambaugh
parent 294de666a4
commit 3674064b9e
1 changed files with 1 additions and 2 deletions

View File

@ -344,8 +344,7 @@ int SCH_MOVE_TOOL::Main( const TOOL_EVENT& aEvent )
updateView( item );
}
m_toolMgr->PostEvent( EVENTS::SelectedItemsModified );
m_frame->UpdateMsgPanel();
m_toolMgr->PostEvent( EVENTS::SelectedItemsMoved );
}
//------------------------------------------------------------------------
// Handle cancel