fixed crash when ripple deleting with no active sequence

This commit is contained in:
itsmattkc
2019-01-10 11:28:38 +11:00
parent 796a21ec53
commit ece5123488
+1 -1
View File
@@ -397,7 +397,7 @@ void MainWindow::export_dialog() {
}
void MainWindow::ripple_delete() {
panel_timeline->delete_selection(sequence->selections, true);
if (sequence != NULL) panel_timeline->delete_selection(sequence->selections, true);
}
void MainWindow::editMenu_About_To_Be_Shown() {