mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 17:16:38 +01:00
it would have been too much of a good thing.
This commit is contained in:
parent
2677eec752
commit
57e227fd52
1 changed files with 3 additions and 2 deletions
|
|
@ -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 */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue