]> git.eshelyaron.com Git - emacs.git/commitdiff
Removed one line too many
authorJan Djärv <jan.h.d@swipnet.se>
Sun, 23 Mar 2003 01:09:49 +0000 (01:09 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Sun, 23 Mar 2003 01:09:49 +0000 (01:09 +0000)
src/gtkutil.c

index dc054426d043660927267a1bff4d6acc13c51422..89af8fd6c6540b585dd46d3ad5eb080974173720 100644 (file)
@@ -2665,6 +2665,9 @@ xg_update_scrollbar_pos (f, scrollbar_id, top, left, width, height,
       gtk_fixed_move (GTK_FIXED (wfixed), wscroll, left, top);
       gtk_widget_set_size_request (wscroll, width, gheight);
 
+      /* Must force out update so changed scroll bars gets redrawn.  */
+      gdk_window_process_all_updates ();
+
       SET_FRAME_GARBAGED (f);
       cancel_mouse_face (f);
     }