Fixed a more flaw in drop logic
This commit is contained in:
parent
5740a3687e
commit
4bdee16230
1 changed files with 1 additions and 1 deletions
|
|
@ -500,7 +500,7 @@ TimelineLayoutHelper::attempt_drop(TrackTree::pre_order_iterator target,
|
|||
drop.relation = FirstChild;
|
||||
}
|
||||
else
|
||||
drop.relation = LastChild;
|
||||
drop.relation = FirstChild;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue