diff --git a/pcbnew/tools/point_editor.cpp b/pcbnew/tools/point_editor.cpp index f4aa4baa17..1b6ed99e20 100644 --- a/pcbnew/tools/point_editor.cpp +++ b/pcbnew/tools/point_editor.cpp @@ -315,6 +315,9 @@ int POINT_EDITOR::OnSelectionChange( TOOL_EVENT& aEvent ) modified = false; } + // Let the selection tool receive the event too + m_toolMgr->PassEvent(); + break; }