diff --git a/eeschema/tools/sch_move_tool.cpp b/eeschema/tools/sch_move_tool.cpp index 0e514945e3..6a77c56e89 100644 --- a/eeschema/tools/sch_move_tool.cpp +++ b/eeschema/tools/sch_move_tool.cpp @@ -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