Fix error when the "Add Parametric Window" button is drawn

This commit is contained in:
Gorgious56
2024-09-23 16:03:34 +02:00
parent 0389f1e984
commit aaf5fde92e
+1 -1
View File
@@ -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):