mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user