use region sync points correctly for grid and PH motion (i hope)

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4885 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2009-03-23 20:10:57 +00:00
parent 798b0de7f5
commit b07c772ae3

View file

@ -1571,7 +1571,8 @@ Playlist::find_next_region (nframes_t frame, RegionPoint point, int dir)
pos = r->last_frame ();
break;
case SyncPoint:
pos = r->adjust_to_sync (r->first_frame());
pos = r->sync_position ();
// r->adjust_to_sync (r->first_frame());
break;
}