Changeset 1387 for trunk/src/user32/combo.cpp
- Timestamp:
- Oct 21, 1999, 12:35:54 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/combo.cpp
r1368 r1387 1 /* $Id: combo.cpp,v 1. 6 1999-10-20 06:38:08sandervl Exp $ */1 /* $Id: combo.cpp,v 1.7 1999-10-20 22:35:52 sandervl Exp $ */ 2 2 /* 3 3 * Combo controls … … 375 375 else 376 376 { 377 //SvL: Listbox size might have changed! 378 if(lphc->hWndLBox) 379 GetWindowRect(lphc->hWndLBox, lprLB); 380 377 381 /* 378 382 * Make sure the dropped width is as large as the combobox itself. … … 470 474 LPCREATESTRUCTA lpcs = (CREATESTRUCTA*)lParam; 471 475 476 //testestest 477 #if 1 478 lphc->dwStyle |= CBS_SIMPLE; 479 #else 472 480 if( !CB_GETTYPE(lphc) ) lphc->dwStyle |= CBS_SIMPLE; 473 481 else if( CB_GETTYPE(lphc) != CBS_DROPDOWNLIST ) lphc->wState |= CBF_EDIT; 482 #endif 474 483 475 484 lphc->hwndself = hwnd; … … 1546 1555 static void COMBO_Size( LPHEADCOMBO lphc ) 1547 1556 { 1557 dprintf(("COMBO_Size")); 1548 1558 CBCalcPlacement(lphc->hwndself, 1549 1559 lphc,
Note:
See TracChangeset
for help on using the changeset viewer.