Ignore:
Timestamp:
Apr 24, 2002, 10:56:17 AM (23 years ago)
Author:
sandervl
Message:

PF: listbox fix when button clicked outside control (rollup dropdown); minimize fixes (activation + z-order)

File:
1 edited

Legend:

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

    r8210 r8301  
    1 /* $Id: win32wbase.cpp,v 1.322 2002-04-07 21:37:34 sandervl Exp $ */
     1/* $Id: win32wbase.cpp,v 1.323 2002-04-24 08:56:17 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    23192319    else OSLibWinMinimizeWindow(getOS2FrameWindowHandle());
    23202320
    2321     if(!(swp & SWP_NOACTIVATE)) {
     2321    if(!(swp & SWP_NOACTIVATE) && (!(getStyle() & WS_MINIMIZE))) {
    23222322        OSLibWinSetActiveWindow(OS2HwndFrame);
    23232323    }
Note: See TracChangeset for help on using the changeset viewer.