Changeset 10585 for trunk/src/user32
- Timestamp:
- Apr 15, 2004, 6:18:55 PM (22 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/src/user32/win32wbase.cpp (modified) (4 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/src/user32/win32wbase.cppr10529 r10585 1 /* $Id: win32wbase.cpp,v 1.38 7 2004-03-16 13:56:12sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.388 2004-04-15 16:18:55 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 2474 2474 fuFlags &= ~SWP_HIDEWINDOW; 2475 2475 } 2476 2476 //SvL: These checks are causing problems in Lotus Notes 6 2477 // It's not entirely clear why, but child windows are not placed 2478 // correctly when enabling them. 2479 #if 0 2477 2480 if((rectWindow.right - rectWindow.left == cx) && (rectWindow.bottom - rectWindow.top == cy)) { 2478 2481 fuFlags |= SWP_NOSIZE; /* Already the right size */ … … 2482 2485 fuFlags |= SWP_NOMOVE; /* Already the right position */ 2483 2486 } 2487 #endif 2484 2488 2485 2489 if(getWindowHandle() == GetActiveWindow()) { … … 2496 2500 } 2497 2501 } 2502 2498 2503 /* TODO: Check hwndInsertAfter */ 2499 2504 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
