nested sequences mostly implemented

This commit is contained in:
itsmattkc
2018-07-29 20:25:45 +01:00
parent 5862242111
commit 4700d02e6f
18 changed files with 215 additions and 107 deletions
+1
View File
@@ -364,6 +364,7 @@ void MainWindow::on_actionProject_triggered()
project_url.clear();
panel_project->new_project();
panel_timeline->redraw_all_clips(false);
panel_timeline->playhead = 0;
}
}