fix focus trap in output selection widget

this fixes #124

Part-of: <https://gitlab.freedesktop.org/pulseaudio/pavucontrol/-/merge_requests/73>
This commit is contained in:
Alexander Epaneshnikov 2022-04-11 16:27:26 +03:00 committed by PulseAudio Marge Bot
parent 8f04dad2c0
commit a796f995f8
1 changed files with 1 additions and 1 deletions

View File

@ -1596,7 +1596,7 @@
<child> <child>
<object class="GtkComboBoxText" id="deviceComboBox"> <object class="GtkComboBoxText" id="deviceComboBox">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">False</property>
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>