Changeset 3108 for trunk/src/user32/listbox.cpp
- Timestamp:
- Mar 14, 2000, 4:01:00 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/listbox.cpp
r2852 r3108 1 /* $Id: listbox.cpp,v 1.2 0 2000-02-21 17:25:27 cbratschiExp $ */1 /* $Id: listbox.cpp,v 1.21 2000-03-14 15:00:59 sandervl Exp $ */ 2 2 /* 3 3 * Listbox controls … … 1241 1241 { 1242 1242 INT oldsel = descr->selected_item; 1243 //// if (index == oldsel) return LB_OKAY; 1243 //SvL: Why was this commented out??? (enabled in latest wine code) 1244 if (index == oldsel) return LB_OKAY; 1245 1244 1246 if (oldsel != -1) descr->items[oldsel].selected = FALSE; 1245 1247 if (index != -1) descr->items[index].selected = TRUE;
Note:
See TracChangeset
for help on using the changeset viewer.