Merge branch 'size-allocation-critical' into 'gtk-3-24'

box gadget: Drop a critical

See merge request GNOME/gtk!7034
This commit is contained in:
Matthias Clasen 2024-03-15 02:19:38 +00:00
commit b85b972cf1

View File

@ -170,7 +170,6 @@ gtk_box_gadget_distribute (GtkBoxGadget *gadget,
if G_UNLIKELY (size < 0)
{
g_critical ("%s: assertion 'size >= 0' failed in %s", G_STRFUNC, G_OBJECT_TYPE_NAME (gtk_css_gadget_get_owner (GTK_CSS_GADGET (gadget))));
return;
}