emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/gtkutil.c


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/gtkutil.c
Date: Sat, 22 Mar 2003 20:09:49 -0500

Index: emacs/src/gtkutil.c
diff -c emacs/src/gtkutil.c:1.23 emacs/src/gtkutil.c:1.24
*** emacs/src/gtkutil.c:1.23    Sat Mar 22 19:59:23 2003
--- emacs/src/gtkutil.c Sat Mar 22 20:09:49 2003
***************
*** 2665,2670 ****
--- 2665,2673 ----
        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);
      }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]