mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
fix mechanism used for moving/dragging clip end handles
This commit is contained in:
parent
84c78db3ad
commit
dbcf4c14f4
1 changed files with 1 additions and 1 deletions
|
|
@ -7642,7 +7642,7 @@ ClipEndDrag::motion (GdkEvent*, bool)
|
|||
r.x0 = r.x1 - 1.;
|
||||
}
|
||||
|
||||
dragging_rect->set (r);
|
||||
dragging_rect->set_position (ArdourCanvas::Duple (r.x0, 0.0));
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue