mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
parent window hight doesn't affect status window hight
svn path=/trunk/; revision=39691
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user