mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
fix dragging of region gain line, affected by coordinate system change caused by canvas merge (don't convert delta motion-computed coordinates back into item space)
git-svn-id: svn://localhost/ardour2/branches/3.0@3917 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
98389f7da4
commit
354790d754
1 changed files with 0 additions and 2 deletions
|
|
@ -3158,8 +3158,6 @@ Editor::line_drag_motion_callback (ArdourCanvas::Item* item, GdkEvent* event)
|
|||
|
||||
drag_info.cumulative_y_drag = cy - drag_info.grab_y;
|
||||
|
||||
line->parent_group().w2i (cx, cy);
|
||||
|
||||
cy = max (0.0, cy);
|
||||
cy = min ((double) line->height(), cy);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue