gtk+ r22260 - in trunk: . gtk



Author: matthiasc
Date: Sat Jan 31 02:21:27 2009
New Revision: 22260
URL: http://svn.gnome.org/viewvc/gtk+?rev=22260&view=rev

Log:
       * gtk/gtktoolbar.c (slide_idle_handler): Make sure we queue
        at least one resize. This fixes a problem with toolitems remaining
        invisible when they shouldn't that was reported by Christian Weiske.



Modified:
   trunk/ChangeLog
   trunk/gtk/gtktoolbar.c

Modified: trunk/gtk/gtktoolbar.c
==============================================================================
--- trunk/gtk/gtktoolbar.c	(original)
+++ trunk/gtk/gtktoolbar.c	Sat Jan 31 02:21:27 2009
@@ -1205,6 +1205,8 @@
 	}
     }
   
+  gtk_widget_queue_resize_no_redraw (GTK_WIDGET (toolbar));
+
   priv->is_sliding = FALSE;
   priv->idle_id = 0;
 



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