Changeset 2099 for trunk/src/user32/win32wmdichild.cpp
- Timestamp:
- Dec 17, 1999, 6:18:04 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wmdichild.cpp
r2084 r2099 1 /* $Id: win32wmdichild.cpp,v 1.1 2 1999-12-16 00:11:48 sandervlExp $ */1 /* $Id: win32wmdichild.cpp,v 1.13 1999-12-17 17:18:04 cbratschi Exp $ */ 2 2 /* 3 3 * Win32 MDI Child Window Class for OS/2 … … 294 294 295 295 /* calculate placement */ 296 calcDefaultChildPos(client, client->incTotalCreated() , pos, 0);296 calcDefaultChildPos(client, client->incTotalCreated()-1, pos, 0); 297 297 298 298 if (cs->cx == CW_USEDEFAULT || !cs->cx) cs->cx = pos[1].x;
Note:
See TracChangeset
for help on using the changeset viewer.