mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
Fix error when the "Add Parametric Window" button is drawn
This commit is contained in:
@@ -465,7 +465,7 @@ class BIM_PT_window(bpy.types.Panel):
|
||||
else:
|
||||
row = self.layout.row()
|
||||
row.label(text="No Window Found")
|
||||
row.operator("bim.add_window", icon="ADD", text="").obj = ""
|
||||
row.operator("bim.add_window", icon="ADD", text="")
|
||||
|
||||
|
||||
class BIM_PT_door(bpy.types.Panel):
|
||||
|
||||
Reference in New Issue
Block a user