fixed crash caused by editing a sequence after deleting a clip

This commit is contained in:
itsmattkc
2019-01-03 10:12:55 +11:00
parent 42964befe7
commit 820be3b8b5
+1 -1
View File
@@ -1127,7 +1127,7 @@ void EditSequenceCommand::update() {
// See if one exists or if you have to make one, make it
// re-usable
seq->clips.at(i)->refresh();
if (seq->clips.at(i) != NULL) seq->clips.at(i)->refresh();
}
if (sequence == seq) {