Author: mkupfer
Date: Fri Feb 20 05:12:47 2009
New Revision: 39691
URL:
http://svn.reactos.org/svn/reactos?rev=39691&view=rev
Log:
parent window hight doesn't affect status window hight
Modified:
trunk/reactos/base/applications/taskmgr/taskmgr.c
Modified: trunk/reactos/base/applications/taskmgr/taskmgr.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/taskmgr/…
==============================================================================
--- trunk/reactos/base/applications/taskmgr/taskmgr.c [iso-8859-1] (original)
+++ trunk/reactos/base/applications/taskmgr/taskmgr.c [iso-8859-1] Fri Feb 20 05:12:47
2009
@@ -630,7 +630,7 @@
/* Update the status bar size */
GetWindowRect(hStatusWnd, &rc);
- SendMessageW(hStatusWnd, WM_SIZE, nType, MAKELPARAM(cx, cy + (rc.bottom - rc.top)));
+ SendMessageW(hStatusWnd, WM_SIZE, nType, MAKELPARAM(cx,rc.bottom - rc.top));
/* Update the status bar pane sizes */
nParts[0] = bInMenuLoop ? -1 : 100;