- Timestamp:
- Dec 28, 1999, 11:15:53 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/listbox.cpp
r2185 r2234 1 /* $Id: listbox.cpp,v 1.1 5 1999-12-21 17:03:44 cbratschiExp $ */1 /* $Id: listbox.cpp,v 1.16 1999-12-28 22:15:53 sandervl Exp $ */ 2 2 /* 3 3 * Listbox controls … … 1228 1228 { 1229 1229 INT oldsel = descr->selected_item; 1230 if (index == oldsel) return LB_OKAY;1230 //// if (index == oldsel) return LB_OKAY; 1231 1231 if (oldsel != -1) descr->items[oldsel].selected = FALSE; 1232 1232 if (index != -1) descr->items[index].selected = TRUE;
Note:
See TracChangeset
for help on using the changeset viewer.