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



commit 2c7d54791ce671a5bee1a674798462d3b0f7f67b
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 0fdbc0e37c..e2dc479476 100644
--- a/gtk/ui/gtksidebarrow.ui
+++ b/gtk/ui/gtksidebarrow.ui
@@ -3,6 +3,7 @@
   <template class="GtkSidebarRow" parent="GtkListBoxRow">
     <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]