flowbox: Make the children focusable again

This broke when the :focusable property was introduced.
The symptom was that keynav in the Emoji chooser did
not work anymore.
This commit is contained in:
Matthias Clasen
2020-05-13 18:27:18 -04:00
parent c1658903b7
commit cea66139ae

View File

@@ -545,8 +545,9 @@ gtk_flow_box_child_class_init (GtkFlowBoxChildClass *class)
static void
gtk_flow_box_child_init (GtkFlowBoxChild *child)
{
gtk_widget_set_focusable (GTK_WIDGET (child), TRUE);
}
/* Public API {{{2 */
/**