Fix double msgpanel refresh and use the new moved event
This commit is contained in:
parent
294de666a4
commit
3674064b9e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue