From 91eedcbffa5fbf9de81c60d1798fdd76ea63fdee Mon Sep 17 00:00:00 2001 From: compudj Date: Wed, 14 Sep 2005 20:36:35 +0000 Subject: [PATCH] fix scrolling git-svn-id: http://ltt.polymtl.ca/svn@1185 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttv/modules/gui/controlflow/drawing.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ltt/branches/poly/lttv/modules/gui/controlflow/drawing.c b/ltt/branches/poly/lttv/modules/gui/controlflow/drawing.c index 6d7b844e..842313a5 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/drawing.c +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/drawing.c @@ -571,6 +571,9 @@ void drawing_request_expose(EventsRequest *events_request, x, 0, width, drawing->drawing_area->allocation.height); + /* Update directly when scrolling */ + gdk_window_process_updates(drawing->drawing_area->window, + TRUE); } -- 2.34.1