scroll to item and export improvements

This commit is contained in:
itsmattkc
2019-01-08 09:10:09 +11:00
parent 6270b9911a
commit d51ce537ae
5 changed files with 48 additions and 22 deletions
+1 -1
View File
@@ -527,7 +527,7 @@ void Project::delete_selected_media() {
// remove
if (remove) {
panel_effect_controls->clear_effects(true);
sequence->selections.clear();
if (sequence != NULL) sequence->selections.clear();
// remove media and parents
for (int m=0;m<parents.size();m++) {