Revert strip start property to strip_start

Using strip_final_start affects strip offset while not moving content.
This commit is contained in:
Richard Antalik
2019-07-09 15:45:08 -07:00
parent 2893417d67
commit 3b4054cb58

View File

@@ -1367,7 +1367,7 @@ class SEQUENCER_PT_time(SequencerButtonsPanel, Panel):
split = sub.split(factor=0.5 + max_factor, align=True)
split.alignment = 'RIGHT'
split.label(text="Start")
split.prop(strip, "frame_final_start", text=smpte_from_frame(strip.frame_final_start))
split.prop(strip, "frame_start", text=smpte_from_frame(strip.frame_start))
split = sub.split(factor=0.5 + max_factor, align=True)
split.alignment = 'RIGHT'