aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtkutil.c
diff options
context:
space:
mode:
authorJan Djärv <[email protected]>2003-03-23 01:09:49 +0000
committerJan Djärv <[email protected]>2003-03-23 01:09:49 +0000
commit55ba29ee66df015214e3991f2c46a6270792ff49 (patch)
tree62fa66f6543d38b5afc7955a904970af56d651c5 /src/gtkutil.c
parentfd4c9408f84411a2362b38dbd910c798548d9961 (diff)
Removed one line too many
Diffstat (limited to 'src/gtkutil.c')
-rw-r--r--src/gtkutil.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gtkutil.c b/src/gtkutil.c
index dc054426d0..89af8fd6c6 100644
--- a/src/gtkutil.c
+++ b/src/gtkutil.c
@@ -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);
}