Changeset 3261 for trunk/src


Ignore:
Timestamp:
Mar 28, 2000, 7:13:46 PM (25 years ago)
Author:
sandervl
Message:

combo focus fix

File:
1 edited

Legend:

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

    r3241 r3261  
    1 /* $Id: combo.cpp,v 1.29 2000-03-26 16:30:29 cbratschi Exp $ */
     1/* $Id: combo.cpp,v 1.30 2000-03-28 17:13:46 sandervl Exp $ */
    22/*
    33 * Combo controls
     
    11461146
    11471147   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);
    11491151
    11501152}
Note: See TracChangeset for help on using the changeset viewer.