Changeset 8032 for trunk/src


Ignore:
Timestamp:
Mar 4, 2002, 11:45:30 AM (23 years ago)
Author:
sandervl
Message:

PF: Fix for restoring window from minimized state

File:
1 edited

Legend:

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

    r7890 r8032  
    1 /* $Id: win32wbase.cpp,v 1.314 2002-02-12 18:07:20 sandervl Exp $ */
     1/* $Id: win32wbase.cpp,v 1.315 2002-03-04 10:45:30 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    22762276    case SW_SHOWDEFAULT: /* FIXME: should have its own handler */
    22772277    case SW_RESTORE:
     2278         dprintf(("ShowWindow:restoring window"));
     2279         //Set client rectangle to 0 (contains negative values)
     2280         setClientRect(0,0,0,0);
     2281
    22782282         swp |= SWP_SHOWWINDOW | SWP_FRAMECHANGED;
    2279 
    22802283         if( getStyle() & (WS_MINIMIZE | WS_MAXIMIZE) ) {
    22812284              swp |= MinMaximize(SW_RESTORE, &newPos );
Note: See TracChangeset for help on using the changeset viewer.