Browse Source

Items that may be modified using EDIT_POINTs used to stay selected after pressing ESC (only EDIT_POINTs got away) - fixed.

pull/1/head
Maciej Suminski 12 years ago
parent
commit
cc445391e9
  1. 3
      pcbnew/tools/point_editor.cpp

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

Loading…
Cancel
Save