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:
@@ -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 */
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user