updated according to comments

This commit is contained in:
Vukas Pajic
2022-06-29 08:22:43 +02:00
committed by Dion Moult
parent 1f4022a41b
commit 5b77001568
2 changed files with 5 additions and 10 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ def draw_attributes(props, layout, copy_operator=None):
draw_attribute(attribute, row, copy_operator)
def draw_attribute(box, attribute, layout, copy_operator=None):
def draw_attribute(attribute, layout, copy_operator=None):
value_name = attribute.get_value_name()
if not value_name:
layout.label(text=attribute.name)