Fix #30254: VSE: no red warning border on metastrips with Extend (E)

This commit is contained in:
Sergey Sharybin
2012-02-26 09:19:48 +00:00
parent f268918d50
commit bed0257414

View File

@@ -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 {