Merge branch 'blender-v2.93-release'

This commit is contained in:
Philipp Oeser 2021-05-28 15:47:38 +02:00
commit bdac47f8d4
1 changed files with 1 additions and 1 deletions

View File

@ -807,7 +807,7 @@ static bool select_linked_internal(Scene *scene)
bool changed = false;
LISTBASE_FOREACH (Sequence *, seq, SEQ_active_seqbase_get(ed)) {
if ((seq->flag & SELECT) != 0) {
if ((seq->flag & SELECT) == 0) {
continue;
}
/* Only get unselected neighbors. */