it would have been too much of a good thing.
authorRobin Gareus <robin@gareus.org>
Fri, 27 Mar 2015 19:58:41 +0000 (20:58 +0100)
committerRobin Gareus <robin@gareus.org>
Fri, 27 Mar 2015 19:58:41 +0000 (20:58 +0100)
gtk2_ardour/editor_drag.cc

index d0f9f260ee3e8801b72729ac7c4041fb53380ce6..6288c026d294334ca503e9ec82c27582d3627cb3 100644 (file)
@@ -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 */