Fixed a more flaw in drop logic

This commit is contained in:
Joel Holdsworth 2009-01-24 15:42:45 +00:00
parent 5740a3687e
commit 4bdee16230

View file

@ -500,7 +500,7 @@ TimelineLayoutHelper::attempt_drop(TrackTree::pre_order_iterator target,
drop.relation = FirstChild;
}
else
drop.relation = LastChild;
drop.relation = FirstChild;
}
else
{