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:
parent
8f04dad2c0
commit
a796f995f8
|
@ -1596,7 +1596,7 @@
|
|||
<child>
|
||||
<object class="GtkComboBoxText" id="deviceComboBox">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
|
|
Loading…
Reference in New Issue