mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
widget-factory: Fix multi-selection example
It turns out that activate-on-single-click interferes with the expected multi-selection behavior. Turn it off, since there's nothing to activate in this list, anyway.
This commit is contained in:
parent
0431ee2b57
commit
04b5c5f14a
@ -2995,6 +2995,7 @@ Suspendisse feugiat quam quis dolor accumsan cursus. </property>
|
|||||||
<object class="GtkListBox" id="munsell">
|
<object class="GtkListBox" id="munsell">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="selection-mode">multiple</property>
|
<property name="selection-mode">multiple</property>
|
||||||
|
<property name="activate-on-single-click">False</property>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
</object>
|
</object>
|
||||||
|
Loading…
Reference in New Issue
Block a user