changeset 1029:60d6d2c87116

Switched back to CCS_EXTENDSEL from CCS_MULTIPLESEL... Made the change originally to see if having no items selected initially would allow for the event to occur but it still did not.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 24 May 2011 22:18:44 +0000
parents 4d49504d76dd
children facf58c6a4c7
files os2/dw.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/os2/dw.c	Sun May 22 05:53:44 2011 +0000
+++ b/os2/dw.c	Tue May 24 22:18:44 2011 +0000
@@ -4769,7 +4769,7 @@
                         WC_CONTAINER,
                         NULL,
                         WS_VISIBLE | CCS_READONLY |
-                        (multi ? CCS_MULTIPLESEL : CCS_SINGLESEL) |
+                        (multi ? CCS_EXTENDSEL : CCS_SINGLESEL) |
                         CCS_AUTOPOSITION,
                         0,0,2000,1000,
                         NULLHANDLE,