And more UI messages issues fixing... Thanks again to Gabriel Gazzán and Leon Cheung!
This commit is contained in:
@@ -148,7 +148,7 @@ def draw(layout, context, context_member, property_type, use_edit=True):
|
||||
|
||||
if use_edit:
|
||||
row = split.row(align=True)
|
||||
props = row.operator("wm.properties_edit", text="edit")
|
||||
props = row.operator("wm.properties_edit", text="Edit")
|
||||
assign_props(props, val_draw, key)
|
||||
|
||||
props = row.operator("wm.properties_remove", text="", icon='ZOOMOUT')
|
||||
|
Reference in New Issue
Block a user