Changeset 9871 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Feb 28, 2003, 10:56:00 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r9866 r9871 1 /* $Id: win32wbase.cpp,v 1.36 0 2003-02-27 14:22:44sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.361 2003-02-28 09:56:00 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 2579 2579 NotifyFrameChanged(&wpos, &oldClientRect); 2580 2580 } 2581 if(!fShowWindow && !(getStyle() & WS_MINIMIZE) )2581 if(!fShowWindow && !(getStyle() & WS_MINIMIZE) && !(fuFlags & (SWP_NOSIZE | SWP_NOMOVE))) 2582 2582 { 2583 2583 //Restore position always changes when the window position is changed
Note:
See TracChangeset
for help on using the changeset viewer.