Changeset 20093


Ignore:
Timestamp:
Dec 28, 2002, 10:30:48 AM (22 years ago)
Author:
sandervl
Message:

DT: WM_SETFONT handler fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified tags/trunk/src/user32/listbox.c

    r20068 r20093  
    12491249    if (!IS_OWNERDRAW(descr))
    12501250        LISTBOX_SetItemHeight( hwnd, descr, 0, tm.tmHeight, FALSE );
     1251
     1252#ifdef __WIN32OS2__
     1253    //Update item height here; (not done in WM_SETFONT handler)
     1254    descr->item_height =  tm.tmHeight;
     1255#endif
     1256
    12511257    return tm.tmHeight ;
    12521258}
Note: See TracChangeset for help on using the changeset viewer.