Fixed minor sound UI errors.

This commit is contained in:
Joerg Mueller
2009-11-22 00:11:53 +00:00
parent 4f6b95480f
commit e0e2c91879
2 changed files with 2 additions and 2 deletions

View File

@@ -506,7 +506,7 @@ class SEQUENCER_PT_sound(SequencerButtonsPanel):
strip = act_strip(context)
layout.template_ID(strip, "sound", new="sound.open")
layout.template_ID(strip, "sound", open="sound.open")
layout.itemS()
layout.itemR(strip.sound, "filename", text="")