diff src/xterm.c @ 107005:fb234c5a45ed

Merge from trunk
author Jason Rumney <jasonr@gnu.org>
date Thu, 07 Jan 2010 21:54:07 +0800
parents fa4743217572
children 21fd634f447a
line wrap: on
line diff
--- a/src/xterm.c	Thu Jan 07 21:53:57 2010 +0800
+++ b/src/xterm.c	Thu Jan 07 21:54:07 2010 +0800
@@ -2951,6 +2951,12 @@
      colors or something like that, then they should be notified.  */
   x_scroll_bar_clear (f);
 
+#if defined (USE_GTK) && defined (USE_TOOLKIT_SCROLL_BARS)
+  /* Make sure scroll bars are redrawn.  As they aren't redrawn by
+     redisplay, do it here.  */
+  gtk_widget_queue_draw (FRAME_GTK_WIDGET (f));
+#endif
+  
   XFlush (FRAME_X_DISPLAY (f));
 
   UNBLOCK_INPUT;