emojichooser: Set selection-mode=none on the toolbar flowbox
Selection is never used there, avoid unwanted selected states if clicking outside the buttons.
This commit is contained in:
@@ -220,6 +220,7 @@
|
||||
<object class="GtkFlowBox">
|
||||
<property name="min-children-per-line">3</property>
|
||||
<property name="max-children-per-line">10</property>
|
||||
<property name="selection-mode">none</property>
|
||||
<style>
|
||||
<class name="emoji-toolbar"/>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user