- added a debug message
This commit is contained in:
@@ -7162,8 +7162,10 @@ class App(QtCore.QObject):
|
|||||||
try:
|
try:
|
||||||
obj_active.annotation.clear(update=True)
|
obj_active.annotation.clear(update=True)
|
||||||
obj_active.annotation.enabled = False
|
obj_active.annotation.enabled = False
|
||||||
except AttributeError:
|
except AttributeError as e:
|
||||||
pass
|
log.debug(
|
||||||
|
"App.on_delete() --> delete annotations on a FlatCAMCNCJob object. %s" % str(e)
|
||||||
|
)
|
||||||
self.delete_first_selected()
|
self.delete_first_selected()
|
||||||
|
|
||||||
self.inform.emit('%s...' % _("Object(s) deleted"))
|
self.inform.emit('%s...' % _("Object(s) deleted"))
|
||||||
|
|||||||
Reference in New Issue
Block a user