mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-17 07:30:09 +00:00
flowbox: Stop setting focus adjustments
This commit is contained in:
parent
b339bde6a5
commit
ee4a7798c9
@ -3963,7 +3963,6 @@ gtk_flow_box_set_hadjustment (GtkFlowBox *box,
|
|||||||
if (priv->hadjustment)
|
if (priv->hadjustment)
|
||||||
g_object_unref (priv->hadjustment);
|
g_object_unref (priv->hadjustment);
|
||||||
priv->hadjustment = adjustment;
|
priv->hadjustment = adjustment;
|
||||||
gtk_container_set_focus_hadjustment (GTK_CONTAINER (box), adjustment);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -3998,7 +3997,6 @@ gtk_flow_box_set_vadjustment (GtkFlowBox *box,
|
|||||||
if (priv->vadjustment)
|
if (priv->vadjustment)
|
||||||
g_object_unref (priv->vadjustment);
|
g_object_unref (priv->vadjustment);
|
||||||
priv->vadjustment = adjustment;
|
priv->vadjustment = adjustment;
|
||||||
gtk_container_set_focus_vadjustment (GTK_CONTAINER (box), adjustment);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
Reference in New Issue
Block a user