- Timestamp:
- Mar 26, 2000, 6:30:29 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/combo.cpp
r3153 r3241 1 /* $Id: combo.cpp,v 1.2 8 2000-03-18 16:13:26cbratschi Exp $ */1 /* $Id: combo.cpp,v 1.29 2000-03-26 16:30:29 cbratschi Exp $ */ 2 2 /* 3 3 * Combo controls … … 14 14 * Version: ?.?? 15 15 */ 16 17 /* CB: bugs18 - problems with focus handling (Win32 <-> OS/2)19 will be fixed soon20 - several other bugs21 */22 16 23 17 #include <string.h> … … 764 758 dis.itemAction = ODA_DRAWENTIRE; 765 759 dis.itemID = id; 766 dis.itemState = itemState ;760 dis.itemState = itemState | ODS_COMBOBOXEDIT; 767 761 dis.hDC = hdc; 768 762 dis.rcItem = rectEdit;
Note:
See TracChangeset
for help on using the changeset viewer.