diff --git a/src/gui/widgets/timeline/timeline-layout-helper.cpp b/src/gui/widgets/timeline/timeline-layout-helper.cpp index 822747cce..b0dc1e80f 100644 --- a/src/gui/widgets/timeline/timeline-layout-helper.cpp +++ b/src/gui/widgets/timeline/timeline-layout-helper.cpp @@ -238,10 +238,7 @@ TimelineLayoutHelper::drag_to_point(const Gdk::Point &mouse_point) if((drop.relation == FirstChild || drop.relation == LastChild) && !target_timeline_track->get_expanded()) - { target_timeline_track->expand_collapse(Track::Expand); - - } } update_layout();