From: <kr_...@us...> - 2004-03-09 15:01:02
|
Update of /cvsroot/htoolkit/port/src/cbits/Win32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30566/src/cbits/Win32 Modified Files: ListBox.c Log Message: bugfix Index: ListBox.c =================================================================== RCS file: /cvsroot/htoolkit/port/src/cbits/Win32/ListBox.c,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** ListBox.c 22 Feb 2004 22:20:25 -0000 1.9 --- ListBox.c 9 Mar 2004 14:35:53 -0000 1.10 *************** *** 162,166 **** "LISTBOX", NULL, ! WS_CHILD | WS_VSCROLL | WS_BORDER | LBS_NOTIFY | WS_TABSTOP | (multisel ? LBS_EXTENDEDSEL : 0), 0,0,0,0, window, --- 162,166 ---- "LISTBOX", NULL, ! WS_CHILD | WS_VSCROLL | WS_BORDER | WS_TABSTOP | LBS_NOTIFY | LBS_NOINTEGRALHEIGHT | (multisel ? LBS_EXTENDEDSEL : 0), 0,0,0,0, window, |