Commit cc445391 authored by Maciej Suminski's avatar Maciej Suminski

Items that may be modified using EDIT_POINTs used to stay selected after...

Items that may be modified using EDIT_POINTs used to stay selected after pressing ESC (only EDIT_POINTs got away) - fixed.
parent 7dc08c87
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment