Changeset 3261 for trunk/src/user32
- Timestamp:
- Mar 28, 2000, 7:13:46 PM (26 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/src/user32/combo.cpp (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/src/user32/combo.cppr3241 r3261 1 /* $Id: combo.cpp,v 1. 29 2000-03-26 16:30:29 cbratschiExp $ */1 /* $Id: combo.cpp,v 1.30 2000-03-28 17:13:46 sandervl Exp $ */ 2 2 /* 3 3 * Combo controls … … 1146 1146 1147 1147 EnableWindow( lphc->hWndLBox, TRUE ); 1148 ShowWindow( lphc->hWndLBox, SW_SHOW); 1148 //SvL: Don't activate combo listbox window or else focus will change 1149 // (this window's parent is the desktop) 1150 ShowWindow( lphc->hWndLBox, SW_SHOWNOACTIVATE); 1149 1151 1150 1152 } 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
