Changeset 3241 for trunk/src


Ignore:
Timestamp:
Mar 26, 2000, 6:30:29 PM (25 years ago)
Author:
cbratschi
Message:

WM_DRAWITEM fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/combo.cpp

    r3153 r3241  
    1 /* $Id: combo.cpp,v 1.28 2000-03-18 16:13:26 cbratschi Exp $ */
     1/* $Id: combo.cpp,v 1.29 2000-03-26 16:30:29 cbratschi Exp $ */
    22/*
    33 * Combo controls
     
    1414 * Version: ?.??
    1515 */
    16 
    17 /* CB: bugs
    18  - problems with focus handling (Win32 <-> OS/2)
    19    will be fixed soon
    20  - several other bugs
    21 */
    2216
    2317#include <string.h>
     
    764758       dis.itemAction   = ODA_DRAWENTIRE;
    765759       dis.itemID       = id;
    766        dis.itemState    = itemState;
     760       dis.itemState    = itemState | ODS_COMBOBOXEDIT;
    767761       dis.hDC          = hdc;
    768762       dis.rcItem       = rectEdit;
Note: See TracChangeset for help on using the changeset viewer.