Fix assert failure caused by bug in sequencer interface script

If icon_only is True then one must not pass text attribute.
This commit is contained in:
Sergey Sharybin
2017-05-09 10:44:31 +02:00
parent 586ab120e5
commit 378d44daef

View File

@@ -530,7 +530,7 @@ class SEQUENCER_PT_edit(SequencerButtonsPanel, Panel):
else:
row = layout.row()
row.prop(strip, "mute", toggle=True, icon_only=True, text='Mute', icon='MUTE_IPO_OFF')
row.prop(strip, "mute", toggle=True, icon_only=True, icon='MUTE_IPO_OFF')
col = layout.column()
col.enabled = not strip.lock