Mercurial > emacs
diff src/gtkutil.c @ 50272:c5e286e85257
Removed one line too many
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Sun, 23 Mar 2003 01:09:49 +0000 |
parents | fa50953c02dc |
children | 5b50d76d9211 |
line wrap: on
line diff
--- a/src/gtkutil.c Sun Mar 23 01:03:23 2003 +0000 +++ b/src/gtkutil.c Sun Mar 23 01:09:49 2003 +0000 @@ -2665,6 +2665,9 @@ 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); }