mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 13:46:54 +00:00
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:
@@ -274,7 +274,6 @@ class Ifc(bonsai.core.tool.Ifc):
|
|||||||
@final
|
@final
|
||||||
def execute(self, context):
|
def execute(self, context):
|
||||||
IfcStore.execute_ifc_operator(self, context)
|
IfcStore.execute_ifc_operator(self, context)
|
||||||
bonsai.bim.handler.refresh_ui_data()
|
|
||||||
return {"FINISHED"}
|
return {"FINISHED"}
|
||||||
|
|
||||||
# NOTE: this class can't inherit from abc.ABC to use abc.abstractmethod
|
# NOTE: this class can't inherit from abc.ABC to use abc.abstractmethod
|
||||||
|
|||||||
Reference in New Issue
Block a user