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:
Maciej Suminski 2014-04-07 13:59:27 +02:00
parent 7dc08c8718
commit cc445391e9
1 changed files with 3 additions and 0 deletions

View File

@ -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;
}