libedit: fix double msg_panel refresh and use new move event
This commit is contained in:
parent
3674064b9e
commit
1905a23ba1
|
@ -196,8 +196,7 @@ int LIB_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