Changeset 9778 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Feb 7, 2003, 4:34:48 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r9765 r9778 1 /* $Id: win32wbase.cpp,v 1.35 4 2003-02-06 20:28:42sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.355 2003-02-07 15:34:48 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 2569 2569 NotifyFrameChanged(&wpos, &oldClientRect); 2570 2570 } 2571 if(!fShowWindow )2571 if(!fShowWindow && !(getStyle() & WS_MINIMIZE)) 2572 2572 { 2573 2573 //Restore position always changes when the window position is changed 2574 dprintf(("Save new restore position (%d,%d)(%d,%d)", rectWindow.left, rectWindow.top, rectWindow.right, rectWindow.bottom));2574 dprintf(("Save new restore position %x (%d,%d)(%d,%d)", getWindowHandle(), rectWindow.left, rectWindow.top, rectWindow.right, rectWindow.bottom)); 2575 2575 windowpos.rcNormalPosition = rectWindow; 2576 2576 } … … 2644 2644 NotifyFrameChanged(&wpos, &oldClientRect); 2645 2645 } 2646 if(!fShowWindow )2646 if(!fShowWindow && !(getStyle() & WS_MINIMIZE)) 2647 2647 { 2648 2648 //Restore position always changes when the window position is changed 2649 dprintf(("Save new restore position (%d,%d)(%d,%d)", rectWindow.left, rectWindow.top, rectWindow.right, rectWindow.bottom));2649 dprintf(("Save new restore position %x (%d,%d)(%d,%d)", getWindowHandle(), rectWindow.left, rectWindow.top, rectWindow.right, rectWindow.bottom)); 2650 2650 windowpos.rcNormalPosition = rectWindow; 2651 2651 }
Note:
See TracChangeset
for help on using the changeset viewer.