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 );
|
updateView( item );
|
||||||
}
|
}
|
||||||
|
|
||||||
m_toolMgr->PostEvent( EVENTS::SelectedItemsModified );
|
m_toolMgr->PostEvent( EVENTS::SelectedItemsMoved );
|
||||||
m_frame->UpdateMsgPanel();
|
|
||||||
}
|
}
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
// Handle cancel
|
// Handle cancel
|
||||||
|
|
Loading…
Reference in New Issue