diff --git a/common/tool/tool_manager.cpp b/common/tool/tool_manager.cpp index 5bdd1b33c5..07b576b7f2 100644 --- a/common/tool/tool_manager.cpp +++ b/common/tool/tool_manager.cpp @@ -948,6 +948,7 @@ void TOOL_MANAGER::DispatchContextMenu( const TOOL_EVENT& aEvent ) m_viewControls->WarpMouseCursor( m_menuCursor, true, false ); } // Otherwise notify the tool of a cancelled menu + else { TOOL_EVENT evt( TC_COMMAND, TA_CHOICE_MENU_CHOICE, -1 ); evt.SetHasPosition( false );