columnview: Make sure focus can move into cells

The cells themselves should never be focusable though.
This commit is contained in:
Benjamin Otte
2020-06-03 16:55:39 +02:00
parent 0b8cebd6ef
commit 00f2b134e3

View File

@@ -143,7 +143,7 @@ gtk_column_view_cell_init (GtkColumnViewCell *self)
{
GtkWidget *widget = GTK_WIDGET (self);
gtk_widget_set_can_focus (widget, FALSE);
gtk_widget_set_focusable (widget, FALSE);
/* FIXME: Figure out if settting the manager class to INVALID should work */
gtk_widget_set_layout_manager (widget, NULL);
widget->priv->resize_func = gtk_column_view_cell_resize_func;