Ifc.Operator - remove second refresh_ui_data

Seems to be already covered by refresh_ui_data in IfcStore.execute_ifc_operator.
This commit is contained in:
Andrej730
2024-10-23 16:29:00 +05:00
parent 932a718d2d
commit 0ea71b0795
-1
View File
@@ -274,7 +274,6 @@ class Ifc(bonsai.core.tool.Ifc):
@final
def execute(self, context):
IfcStore.execute_ifc_operator(self, context)
bonsai.bim.handler.refresh_ui_data()
return {"FINISHED"}
# NOTE: this class can't inherit from abc.ABC to use abc.abstractmethod