Skip to content

prefs: Fix keyboard navigation

Colomban Wendling requested to merge cwendling/sound-juicer:prefs-a11y into master

Somehow keyboard navigation gets stuck on a GtkComboBox if it is marked can-focus: true. As this property is not needed anyway, just remove it.

Fixes #18 (closed).

Merge request reports