fix scrolling
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 14 Sep 2005 20:36:35 +0000 (20:36 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 14 Sep 2005 20:36:35 +0000 (20:36 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@1185 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/modules/gui/controlflow/drawing.c

index 6d7b844e5e0ec3dd86a259c259716b69eec9788d..842313a5d252e0646576b7b0eaa8b90758813b19 100644 (file)
@@ -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);
 }
 
 
This page took 0.025153 seconds and 4 git commands to generate.