GtkPlacesSidebar: avoid location clicks to grab focus
Sibebar location rows should not grab focus on click. Fixes filechooser issue #1469
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user