+2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
+
+ * xterm.c (x_clear_frame): Queue draw for scroll bars.
+
2010-01-05 Jan Djärv <jan.h.d@swipnet.se>
* xterm.c (x_new_font): Move code for setting rows/cols before
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;