Minor fix

This commit is contained in:
Dion Moult
2020-07-16 17:19:07 +10:00
parent 2e1a32d540
commit 418e4133b7
+1 -1
View File
@@ -108,7 +108,7 @@ class BIM_PT_object(Panel):
op.qto_index = index
op.prop_index = index2
elif 'width' in prop.name.lower() \
and 'length' not in [p.name for p in qto.properties]:
and 'length' not in [p.name.lower() for p in qto.properties]:
op = row.operator('bim.get_object_length', icon='IPO_EASE_IN_OUT', text='')
op.qto_index = index
op.prop_index = index2