deselect clips underneath when deleting

This commit is contained in:
itsmattkc
2019-01-21 19:11:53 +11:00
parent b0b26dbd8a
commit 38069c6f9c
2 changed files with 8 additions and 6 deletions
+1
View File
@@ -830,6 +830,7 @@ void Timeline::delete_areas_and_relink(ComboAction* ca, QVector<Selection>& area
}
}
}
deselect_area(s.in, s.out, s.track);
}
relink_clips_using_ids(pre_clips, post_clips);
ca->append(new AddClipCommand(sequence, post_clips));