- in Geometry Object fixed the issue with not using the End X-Y value and also made some other updates here
This commit is contained in:
@@ -971,7 +971,7 @@ class ObjectCollection(QtCore.QAbstractItemModel):
|
||||
except Exception as e:
|
||||
log.debug("Nothing to remove. %s" % str(e))
|
||||
|
||||
self.app.setup_component_editor()
|
||||
self.app.setup_default_properties_tab()
|
||||
return
|
||||
|
||||
if obj:
|
||||
|
||||
Reference in New Issue
Block a user