mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 08:40:08 +00:00
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
This commit is contained in:
parent
cb1a825cc3
commit
ccbcebdddf
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user