mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
Merge with 2.0-ongoing R2988
git-svn-id: svn://localhost/ardour2/branches/3.0@2991 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9f63ab9931
commit
80c3677c83
70 changed files with 1442 additions and 398 deletions
|
|
@ -3382,7 +3382,7 @@ Editor::region_drag_motion_callback (ArdourCanvas::Item* item, GdkEvent* event)
|
|||
}
|
||||
|
||||
if (sync_frame - sync_offset <= sync_frame) {
|
||||
pending_region_position = sync_frame + (sync_dir*sync_offset);
|
||||
pending_region_position = sync_frame - (sync_dir*sync_offset);
|
||||
} else {
|
||||
pending_region_position = 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue