src/pavucontrol.glade |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a796f995f842f6c7013440bde4f4cb3e4236458f
Author: Alexander Epaneshnikov <aarnaa...@gmail.com>
Date:   Mon Apr 11 16:27:26 2022 +0300

    fix focus trap in output selection widget
    
    this fixes #124
    
    Part-of: 
<https://gitlab.freedesktop.org/pulseaudio/pavucontrol/-/merge_requests/73>

diff --git a/src/pavucontrol.glade b/src/pavucontrol.glade
index d081e8a..2c53748 100644
--- a/src/pavucontrol.glade
+++ b/src/pavucontrol.glade
@@ -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>

Reply via email to