summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-03-27 20:58:41 +0100
committerRobin Gareus <robin@gareus.org>2015-03-27 20:58:41 +0100
commit57e227fd52ce6e4711a4e105f294a155cffa222c (patch)
treef33f153898fa8e09fa4ada75485d7e2cfc4187d2 /gtk2_ardour/editor_drag.cc
parent2677eec752bfe223bc177c07ba999c232e7a64af (diff)
it would have been too much of a good thing.
Diffstat (limited to 'gtk2_ardour/editor_drag.cc')
-rw-r--r--gtk2_ardour/editor_drag.cc5
1 files 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 */