]> Pileus Git - ~andy/gtk/commit
BugĀ 581150 - GtkIconView tries to paint items with invalid sizes
authorMatthew Barnes <mbarnes@redhat.com>
Fri, 23 Oct 2009 23:32:25 +0000 (19:32 -0400)
committerMatthew Barnes <mbarnes@redhat.com>
Fri, 23 Oct 2009 23:32:25 +0000 (19:32 -0400)
commit13d968adbed19502cce23c92582f0dc3366a9614
tree17968d23bdc33e639c5998db750c7eb082f48129
parent42ac2268773936a0a85b017e5ebac83c4b0b7557
BugĀ 581150 - GtkIconView tries to paint items with invalid sizes

Run gtk_icon_view_layout() if necessary before attempting to paint the
icon view items during an expose event.  This ensures all the items have
valid sizes, as some themes don't take kindly to negative dimensions.
gtk/gtkiconview.c