libedit: fix double msg_panel refresh and use new move event

This commit is contained in:
Marek Roszko 2020-08-15 14:40:49 -04:00 committed by Wayne Stambaugh
parent 3674064b9e
commit 1905a23ba1
1 changed files with 1 additions and 2 deletions

View File

@ -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