fix(rcf): hide select on selected objects

This commit is contained in:
Swann Martinez
2019-03-14 10:09:46 +01:00
parent 1441ddeb80
commit 756c3faf67
2 changed files with 54 additions and 45 deletions

View File

@ -120,7 +120,7 @@ class SessionPropertiesPanel(bpy.types.Panel):
item_box = area_msg.box()
detail_item_box = item_box.row()
# detail_item_box = item_box.row()
detail_item_box.label(text="{} ({}) ".format(key, values.mtype, values.id.decode()))
detail_item_box.label(text="{} ({}) {} ".format(key, values.mtype, values.id.decode()))
detail_item_box.operator("session.remove_prop",text="",icon="X").property_path = key
else:
area_msg.label(text="Empty")