- when pressing Escape in Geometry Editor it will automatically deselect any shape not only the currently selected tool.

This commit is contained in:
Marius Stanciu
2019-02-17 15:16:57 +02:00
committed by Marius S
parent b717b60d45
commit 8eff3206b2
2 changed files with 4 additions and 0 deletions

View File

@@ -1920,6 +1920,9 @@ class FlatCAMGUI(QtWidgets.QMainWindow):
self.app.inform.emit("[WARNING_NOTCL]Cancelled.")
self.app.geo_editor.delete_utility_geometry()
# deselect any shape that might be selected
self.app.geo_editor.selected = []
self.app.geo_editor.replot()
# self.select_btn.setChecked(True)
# self.on_tool_select('select')