added backend for autoscale

This commit is contained in:
itsmattkc
2018-09-22 22:05:38 +10:00
parent d6c8f3844f
commit 64d6c3a874
5 changed files with 12 additions and 4 deletions
+1 -2
View File
@@ -426,8 +426,7 @@ void MainWindow::on_actionProject_triggered()
project_url.clear();
panel_project->new_project();
updateTitle("");
panel_timeline->redraw_all_clips(false);
sequence->playhead = 0;
panel_timeline->redraw_all_clips(false);
}
}