error in last commit

This commit is contained in:
Campbell Barton 2010-06-22 14:27:04 +00:00
parent 657f745130
commit 096c4ddea4

@ -358,8 +358,8 @@ class SEQUENCER_PT_edit(SequencerButtonsPanel):
col.prop(strip, "channel") col.prop(strip, "channel")
col.prop(strip, "frame_start") col.prop(strip, "frame_start")
subrow = col.split(percentage=0.66) subrow = col.split(percentage=0.66)
subrow.prop(strip, "frame_length_final") subrow.prop(strip, "frame_final_length")
subrow.label(text="%.2f sec" % (strip.frame_length_final / (render.fps / render.fps_base))) subrow.label(text="%.2f sec" % (strip.frame_final_length / (render.fps / render.fps_base)))
col = layout.column(align=True) col = layout.column(align=True)
col.label(text="Offset:") col.label(text="Offset:")