- in Markers Plugin: changed the name of the resulting object to reflect this plugin name

- fixed an issue with toggling the visibility of objects
This commit is contained in:
Marius Stanciu
2021-10-11 21:21:13 +03:00
committed by Marius
parent 180b1dcc5a
commit 55ea7a6be0
5 changed files with 28 additions and 25 deletions

View File

@@ -590,6 +590,7 @@ class ObjectCollection(QtCore.QAbstractItemModel):
# ############################# Set the Object UI (Properties Tab) ###########################################
# ############################################################################################################
obj.set_ui(obj.ui_type(app=self.app))
obj.build_ui()
# a way to signal that the object was fully loaded
obj.load_complete = True