[gtk+] iconview: Don't resize on size allocation



commit ccbcebdddf47a09192b71fba24c1e752d73d0477
Author: Benjamin Otte <otte redhat com>
Date:   Fri Mar 16 17:35:52 2012 +0100

    iconview: Don't resize on size allocation
    
    Let's see how much this breaks. But then, it also fixes things, so more
    power to me!
    
    https://bugzilla.gnome.org/show_bug.cgi?id=672173

 gtk/gtkiconview.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkiconview.c b/gtk/gtkiconview.c
index acf14ee..fc19bad 100644
--- a/gtk/gtkiconview.c
+++ b/gtk/gtkiconview.c
@@ -1408,8 +1408,6 @@ gtk_icon_view_size_allocate (GtkWidget      *widget,
 			 MAX (icon_view->priv->height, allocation->height));
     }
 
-  gtk_icon_view_layout (icon_view);
-  
   gtk_icon_view_allocate_children (icon_view);
 
   /* Delay signal emission */



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