From 57e227fd52ce6e4711a4e105f294a155cffa222c Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 27 Mar 2015 20:58:41 +0100 Subject: [PATCH] it would have been too much of a good thing. --- gtk2_ardour/editor_drag.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gtk2_ardour/editor_drag.cc b/gtk2_ardour/editor_drag.cc index d0f9f260ee..6288c026d2 100644 --- a/gtk2_ardour/editor_drag.cc +++ b/gtk2_ardour/editor_drag.cc @@ -1173,8 +1173,9 @@ RegionMotionDrag::motion (GdkEvent* event, bool first_move) /* if all logic and maths are correct, there is no need to assign the 'current' pointer. * the current position can be calculated as follows: */ - assert (current_pointer_time_axis_view == _time_axis_views.size() - dtz + _ddropzone + delta_time_axis_view); - // robin crosses his fingers, and looks at busses. + // a well placed oofus attack can still throw this off. + // likley auto-scroll related, printf() debugging may tell, commented out for now. + //assert (current_pointer_time_axis_view == _time_axis_views.size() - dtz + _ddropzone + delta_time_axis_view); } } else { /* last motion event was also over a time axis view */ -- 2.30.2