mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
fix drag-motion over TAV w/o view()
This commit is contained in:
parent
c3430e5884
commit
80bb72bbe2
1 changed files with 1 additions and 1 deletions
|
|
@ -706,7 +706,7 @@ RegionMotionDrag::motion (GdkEvent* event, bool first_move)
|
||||||
{
|
{
|
||||||
double delta_layer = 0;
|
double delta_layer = 0;
|
||||||
int delta_time_axis_view = 0;
|
int delta_time_axis_view = 0;
|
||||||
int current_pointer_time_axis_view;
|
int current_pointer_time_axis_view = -1;
|
||||||
|
|
||||||
assert (!_views.empty ());
|
assert (!_views.empty ());
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue