Ignore:
Timestamp:
Feb 28, 2003, 10:56:00 AM (22 years ago)
Author:
sandervl
Message:

PF: Wrong checks on restoration point remembering. Maximizing window from PM icon using keyboard or menu produced wrong controls

File:
1 edited

Legend:

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

    r9866 r9871  
    1 /* $Id: win32wbase.cpp,v 1.360 2003-02-27 14:22:44 sandervl Exp $ */
     1/* $Id: win32wbase.cpp,v 1.361 2003-02-28 09:56:00 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    25792579            NotifyFrameChanged(&wpos, &oldClientRect);
    25802580        }
    2581         if(!fShowWindow && !(getStyle() & WS_MINIMIZE))
     2581        if(!fShowWindow && !(getStyle() & WS_MINIMIZE) && !(fuFlags & (SWP_NOSIZE | SWP_NOMOVE)))
    25822582        {
    25832583            //Restore position always changes when the window position is changed
Note: See TracChangeset for help on using the changeset viewer.