[gtk/BUG_sibebarplaces_avoid_click_focus_GTK3] GtkPlacesSidebar: avoid location clicks to grab focus



commit 7c343a87d1137f0afc0affeccebe7bbc4d8654e5
Author: Nelson Benítez León <nbenitezl gmail com>
Date:   Sat Apr 18 14:24:53 2020 -0400

    GtkPlacesSidebar: avoid location clicks to grab focus
    
    Sibebar location rows should not grab focus on click.
    
    Fixes filechooser issue #1469

 gtk/ui/gtksidebarrow.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/gtk/ui/gtksidebarrow.ui b/gtk/ui/gtksidebarrow.ui
index 7735aa565c..9be5bd8cef 100644
--- a/gtk/ui/gtksidebarrow.ui
+++ b/gtk/ui/gtksidebarrow.ui
@@ -4,6 +4,7 @@
     <property name="visible">True</property>
     <property name="margin-top">1</property>
     <property name="margin-bottom">1</property>
+    <property name="focus-on-click">False</property>
     <style>
       <class name="sidebar-row"/>
     </style>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]