Fix #30254: VSE: no red warning border on metastrips with Extend (E)
This commit is contained in:
@@ -3878,8 +3878,8 @@ static void SeqTransInfo(TransInfo *t, Sequence *seq, int *recursive, int *count
|
||||
else if (t->frame_side=='L' && left >= cfra) *recursive= 0;
|
||||
else *recursive= 1;
|
||||
|
||||
*count= 0;
|
||||
*flag= 0;
|
||||
*count= 1;
|
||||
*flag= (seq->flag | SELECT) & ~(SEQ_LEFTSEL|SEQ_RIGHTSEL);
|
||||
}
|
||||
else {
|
||||
|
||||
|
Reference in New Issue
Block a user