Items that may be modified using EDIT_POINTs used to stay selected after pressing ESC (only EDIT_POINTs got away) - fixed.
This commit is contained in:
parent
7dc08c8718
commit
cc445391e9
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue