فهرست منبع

- added an empty message when deselection is done by shortcut key Escape

Marius Stanciu 7 سال پیش
والد
کامیت
0bc018bbe0
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      FlatCAMGUI.py

+ 1 - 0
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: