Changeset 1351 for trunk/src/user32/listbox.cpp
- Timestamp:
- Oct 18, 1999, 1:59:58 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/listbox.cpp
r1348 r1351 1 /* $Id: listbox.cpp,v 1. 8 1999-10-18 10:54:03sandervl Exp $ */1 /* $Id: listbox.cpp,v 1.9 1999-10-18 11:59:57 sandervl Exp $ */ 2 2 /* 3 3 * Listbox controls … … 199 199 else 200 200 { 201 info.nMin = 0; 202 info.nMax = descr->nb_items - 1; 201 203 info.nPos = descr->top_item; 202 203 204 info.nPage = LISTBOX_GetCurrentPageSize( hwnd, descr ); 204 205 info.fMask = SIF_RANGE | SIF_POS | SIF_PAGE; 205 info.nMin = 0;206 info.nMax = descr->nb_items;207 208 206 if (descr->style & LBS_DISABLENOSCROLL) 209 207 info.fMask |= SIF_DISABLENOSCROLL;
Note:
See TracChangeset
for help on using the changeset viewer.