flowbox: Stop setting focus adjustments

This commit is contained in:
Matthias Clasen 2020-04-18 14:45:29 -04:00
parent b339bde6a5
commit ee4a7798c9

View File

@ -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