Changeset 4573 for trunk/src/user32/win32wmdichild.cpp
- Timestamp:
- Nov 9, 2000, 7:15:23 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wmdichild.cpp
r3625 r4573 1 /* $Id: win32wmdichild.cpp,v 1.2 4 2000-05-28 16:43:47sandervl Exp $ */1 /* $Id: win32wmdichild.cpp,v 1.25 2000-11-09 18:15:22 sandervl Exp $ */ 2 2 /* 3 3 * Win32 MDI Child Window Class for OS/2 … … 522 522 return; 523 523 } 524 MapWindowPoints(client->getParent()->getWindowHandle(), client->getWindowHandle(), (LPPOINT)&rect, 2); 524 //SvL: No mapping required as our client rectangle is in frame coordinates (not relative to parent!) 525 ///// MapWindowPoints(client->getParent()->getWindowHandle(), client->getWindowHandle(), (LPPOINT)&rect, 2); 525 526 526 527 AdjustWindowRectEx( &rect, getStyle(), 0, getExStyle());
Note:
See TracChangeset
for help on using the changeset viewer.