13
0

it would have been too much of a good thing.

This commit is contained in:
Robin Gareus 2015-03-27 20:58:41 +01:00
parent 2677eec752
commit 57e227fd52

View 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. /* if all logic and maths are correct, there is no need to assign the 'current' pointer.
* the current position can be calculated as follows: * the current position can be calculated as follows:
*/ */
assert (current_pointer_time_axis_view == _time_axis_views.size() - dtz + _ddropzone + delta_time_axis_view); // a well placed oofus attack can still throw this off.
// robin crosses his fingers, and looks at busses. // 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 { } else {
/* last motion event was also over a time axis view */ /* last motion event was also over a time axis view */