added autoscrolling when seeking the timeline

This commit is contained in:
itsmattkc
2019-01-08 22:36:18 +11:00
parent d43cb42f02
commit 090a27ffef
3 changed files with 16 additions and 0 deletions
+1
View File
@@ -237,6 +237,7 @@ bool frame_rate_is_droppable(float rate) {
void Viewer::seek(long p) {
pause();
seq->playhead = p;
if (main_sequence) panel_timeline->scroll_to_frame(p);
update_parents();
reset_all_audio();
audio_scrub = true;