- fixed a bug where end_xy parameter in Drilling Tool was not used

- fixed an issue in Delete All method in the app_Main.py
This commit is contained in:
Marius Stanciu
2020-09-24 14:37:06 +03:00
parent 7e4585e65f
commit dab3a5f703
6 changed files with 37 additions and 7 deletions

View File

@@ -4609,7 +4609,7 @@ class App(QtCore.QObject):
del obj_active.text_col
obj_active.annotation.clear(update=True)
del obj_active.annotation
obj_active.voronoi_shapes.clear(update=True)
obj_active.probing_shapes.clear(update=True)
except AttributeError as e:
log.debug(
"App.on_delete() --> delete annotations on a FlatCAMCNCJob object. %s" % str(e)