changeset 104:2892fe8a023e

For multiple select listboxes on windows use the multiple select style not the extended select.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 24 Aug 2002 07:51:46 +0000
parents babc1ea53d79
children ad95fc623ff3
files win/dw.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/win/dw.c	Fri Aug 16 22:56:06 2002 +0000
+++ b/win/dw.c	Sat Aug 24 07:51:46 2002 +0000
@@ -4148,7 +4148,7 @@
 							"",
 							LBS_NOINTEGRALHEIGHT | WS_CHILD | LBS_HASSTRINGS |
 							LBS_NOTIFY | WS_BORDER  | WS_CLIPCHILDREN |
-							WS_VSCROLL | (multi ? LBS_EXTENDEDSEL : 0) ,
+							WS_VSCROLL | (multi ? LBS_MULTIPLESEL : 0) ,
 							0,0,2000,1000,
 							DW_HWND_OBJECT,
 							NULL,