Merged with trunk R1311.

git-svn-id: svn://localhost/ardour2/branches/midi@1312 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2007-01-11 20:36:35 +00:00
parent f7563c2b15
commit 32f3a4ae3e
7 changed files with 195 additions and 132 deletions

View file

@ -635,7 +635,7 @@ Editor::autoscroll_canvas ()
}
if (new_frame != leftmost_frame) {
reposition_x_origin (new_frame);
reset_x_origin (new_frame);
}
if (autoscroll_cnt == 50) { /* 0.5 seconds */