parent window hight doesn't affect status window hight

svn path=/trunk/; revision=39691
This commit is contained in:
Matthias Kupfer 2009-02-20 11:12:47 +00:00
parent 213ba8f33f
commit 2b07dff4da

View file

@ -630,7 +630,7 @@ void OnSize( WPARAM nType, int cx, int cy )
/* 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;