transforming metastrips didnt move effects within them & remove warning

This commit is contained in:
2009-12-08 19:27:19 +00:00
parent 1c9da5fe2c
commit 7f580d0734
2 changed files with 13 additions and 12 deletions

View File

@@ -2371,7 +2371,7 @@ void flushTransSeq(TransInfo *t)
switch (tdsq->sel_flag) {
case SELECT:
if (seq->type != SEQ_META && seq_tx_test(seq)) /* for meta's, their children move */
if (seq->type != SEQ_META && (seq->depth != 0 || seq_tx_test(seq))) /* for meta's, their children move */
seq->start= new_frame - tdsq->start_offset;
if (seq->depth==0) {