revert the only real change in that last commit,which was based on a bogus merge

git-svn-id: svn://localhost/ardour2/branches/3.0@4302 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2008-12-08 17:20:02 +00:00
parent 23294003f0
commit 752d8d4b6f
1 changed files with 1 additions and 4 deletions

View File

@ -4001,11 +4001,8 @@ Editor::region_drag_finished_callback (ArdourCanvas::Item* item, GdkEvent* event
continue;
}
changed_position = (drag_info.last_frame_position != (nframes_t) (rv->region()->position()));
changed_tracks = (dest_tv != &rv->get_time_axis_view());
if (changed_position && !drag_info.x_constrained) {
where = (nframes_t) unit_to_frame (ix1);
- where = rv->region()->position() - drag_delta;
} else {
where = rv->region()->position();
}