gtkhidingbox: we can assume we have min and nat pointers
This commit is contained in:
committed by
Georges Basile Stavracas Neto
parent
8dd40885f6
commit
eeb666f370
@@ -341,10 +341,8 @@ gtk_hiding_box_get_preferred_width (GtkWidget *widget,
|
||||
if (priv->spacing && n_visible_children > 1)
|
||||
n += priv->spacing * (n_visible_children - 1);
|
||||
|
||||
if (min)
|
||||
*min = m;
|
||||
if (nat)
|
||||
*nat = n;
|
||||
*min = m;
|
||||
*nat = n;
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user