diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-07-14 09:17:47 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-07-14 09:17:47 -0400 |
commit | 04b5c5f14adf6ec35498d10b5a57ccf15b36b26c (patch) | |
tree | ad107071fdebac1c843988010f0a115c1752718e /demos/widget-factory | |
parent | 0431ee2b5746a3d66c7a53880705a0a72f6e2e5a (diff) | |
download | gtk+-04b5c5f14adf6ec35498d10b5a57ccf15b36b26c.tar.gz |
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.
Diffstat (limited to 'demos/widget-factory')
-rw-r--r-- | demos/widget-factory/widget-factory.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/widget-factory/widget-factory.ui b/demos/widget-factory/widget-factory.ui index 9bb225235c..d9b1aed8b1 100644 --- a/demos/widget-factory/widget-factory.ui +++ b/demos/widget-factory/widget-factory.ui @@ -2995,6 +2995,7 @@ Suspendisse feugiat quam quis dolor accumsan cursus. </property> <object class="GtkListBox" id="munsell"> <property name="visible">True</property> <property name="selection-mode">multiple</property> + <property name="activate-on-single-click">False</property> </object> </child> </object> |