From b3ccccb48f68b44fdd2b285ed7a63f6125323771 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 21 Mar 2022 12:59:56 -0600 Subject: [PATCH] add #warning to code that should be fixed ASAP but not pre-Mixbus8 release --- gtk2_ardour/editor_drag.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gtk2_ardour/editor_drag.cc b/gtk2_ardour/editor_drag.cc index c17d7d3bdb..60640cf84f 100644 --- a/gtk2_ardour/editor_drag.cc +++ b/gtk2_ardour/editor_drag.cc @@ -1631,6 +1631,10 @@ RegionMoveDrag::finished (GdkEvent* ev, bool movement_occurred) } else { if (_views.front().time_axis_view < 0) { +#warning paul fix this code + /* XXX this test is nonsensical. See 0aef128207 and + #8672 for the origin of this and related code + */ if (&_views.front().view->get_time_axis_view()) { changed_tracks = true; } else {