mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
Recommit 4001 (force ruler update).
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4005 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9f3acb1359
commit
191374058a
1 changed files with 10 additions and 0 deletions
|
|
@ -800,6 +800,16 @@ Editor::scroll_canvas_horizontally ()
|
|||
cursor_group->move (-x_delta, 0);
|
||||
update_fixed_rulers ();
|
||||
redisplay_tempo (true);
|
||||
|
||||
#ifndef GTKOSX
|
||||
if (!autoscroll_active) {
|
||||
/* force rulers and canvas to move in lock step */
|
||||
while (gtk_events_pending ()) {
|
||||
gtk_main_iteration ();
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue