Fix (unreported) VSE crash when duplicating 4 or more strips.
Regression caused by typo in 3fccfe0bc637...
This commit is contained in:
@@ -79,7 +79,7 @@ void SEQ_iterator_set_expand(const Scene *scene,
|
||||
}
|
||||
|
||||
/* Merge all expanded results in provided VectorSet. */
|
||||
query_matches.add_multiple(query_matches);
|
||||
strips.add_multiple(query_matches);
|
||||
}
|
||||
|
||||
static void query_all_strips_recursive(ListBase *seqbase, VectorSet<Sequence *> &strips)
|
||||
|
||||
Reference in New Issue
Block a user