- fixed issue in "re-cut" feature when combined with multi-depth feature

This commit is contained in:
Marius Stanciu
2020-03-20 16:28:59 +02:00
committed by Marius
parent 22f74edfab
commit ffaea546db
3 changed files with 43 additions and 7 deletions

View File

@@ -1778,7 +1778,6 @@ class ToolPaint(FlatCAMTool, Gerber):
else:
key = event.key
print(key)
if key == QtCore.Qt.Key_Escape or key == 'Escape':
try:
if self.app.is_legacy is False: