fix error I accidentally introduced.

This commit is contained in:
Vukas Pajic
2022-06-29 18:07:32 +02:00
committed by GitHub
parent 3461a1e96f
commit e50259f8fa
@@ -95,7 +95,7 @@ def draw_psetqto_ui(context, pset_id, pset, props, layout, obj_type):
def draw_psetqto_editable_ui(box, props, prop):
row = box.row(align=True)
draw_attribute(box, prop, row, copy_operator="bim.copy_property_to_selection")
draw_attribute(prop, row, copy_operator="bim.copy_property_to_selection")
if (
"length" in prop.name.lower()
or "width" in prop.name.lower()