From: Jan Djärv Date: Sun, 23 Mar 2003 01:09:49 +0000 (+0000) Subject: Removed one line too many X-Git-Tag: ttn-vms-21-2-B4~10778 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=55ba29ee66df015214e3991f2c46a6270792ff49;p=emacs.git Removed one line too many --- diff --git a/src/gtkutil.c b/src/gtkutil.c index dc054426d04..89af8fd6c65 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); }