From 4bdee1623001d3e6577b2bd486f8528550b4f91e Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Sat, 24 Jan 2009 15:42:45 +0000 Subject: [PATCH] Fixed a more flaw in drop logic --- src/gui/widgets/timeline/timeline-layout-helper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/widgets/timeline/timeline-layout-helper.cpp b/src/gui/widgets/timeline/timeline-layout-helper.cpp index b0dc1e80f..5e8d6dd45 100644 --- a/src/gui/widgets/timeline/timeline-layout-helper.cpp +++ b/src/gui/widgets/timeline/timeline-layout-helper.cpp @@ -500,7 +500,7 @@ TimelineLayoutHelper::attempt_drop(TrackTree::pre_order_iterator target, drop.relation = FirstChild; } else - drop.relation = LastChild; + drop.relation = FirstChild; } else {