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:
Nick Mainsbridge 2008-10-23 19:48:46 +00:00
parent 9f3acb1359
commit 191374058a

View file

@ -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