Changeset 951 for trunk/dll/mainwnd.c
- Timestamp:
- Feb 15, 2008, 5:41:19 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/mainwnd.c
r947 r951 3666 3666 if (swp.y < 0) 3667 3667 swp.y = 0; 3668 if (swp.x + swp.cx > Rectl.xRight - Rectl.xLeft)3669 swp.cx = Rectl.xRight - Rectl.xLeft;3668 if (swp.x + swp.cx > abs(Rectl.xRight - Rectl.xLeft)) 3669 swp.cx = abs(Rectl.xRight - Rectl.xLeft); 3670 3670 WinSetWindowPos(hwndTree, HWND_TOP, swp.x, swp.y, swp.cx, swp.cy, 3671 3671 SWP_MOVE | SWP_SIZE | SWP_SHOW | SWP_RESTORE);
Note:
See TracChangeset
for help on using the changeset viewer.