UI: use boolean for sequencer reverse frames

Revert part of 04b86c21bf

The option to reverse frames is used elsewhere as a boolean
which makes sense since reversing playback is a special case.
This commit is contained in:
Campbell Barton
2019-09-05 21:40:21 +10:00
parent d0462dca90
commit 7825697827
2 changed files with 4 additions and 11 deletions

View File

@@ -1678,7 +1678,7 @@ class SEQUENCER_PT_adjust_video(SequencerButtonsPanel, Panel):
col.prop(strip, "undistort")
col.separator()
col.prop(strip, "playback_direction")
col.prop(strip, "use_reverse_frames")
class SEQUENCER_PT_adjust_color(SequencerButtonsPanel, Panel):