fixed crash caused by editing a sequence after deleting a clip
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user