Fixed shape key mute icon.

This commit is contained in:
William Reynish
2009-10-14 15:37:10 +00:00
parent e2ae8843d7
commit 59e3a08c8c

View File

@@ -131,7 +131,7 @@ class DATA_PT_shape_keys(DataButtonsPanel):
subcol = col.column(align=True)
subcol.itemR(ob, "shape_key_lock", icon='ICON_UNPINNED', text="")
subcol.itemR(kb, "mute", icon='ICON_MUTE_IPO_ON', text="")
subcol.itemR(kb, "mute", icon='ICON_MUTE_IPO_OFF', text="")
if key.relative:
row = layout.row()