From 0bc018bbe01dc9bc4f33571d657af716b411dc29 Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Thu, 7 Feb 2019 23:13:11 +0200 Subject: [PATCH] - added an empty message when deselection is done by shortcut key Escape --- FlatCAMGUI.py | 1 + 1 file changed, 1 insertion(+) diff --git a/FlatCAMGUI.py b/FlatCAMGUI.py index 024ef608..932cc9c7 100644 --- a/FlatCAMGUI.py +++ b/FlatCAMGUI.py @@ -1695,6 +1695,7 @@ class FlatCAMGUI(QtWidgets.QMainWindow): # Escape = Deselect All if key == QtCore.Qt.Key_Escape or key == 'Escape': self.app.on_deselect_all() + self.app.inform.emit("") # Space = Toggle Active/Inactive if key == QtCore.Qt.Key_Space: