mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 16:45:50 +00:00
parent window hight doesn't affect status window hight
svn path=/trunk/; revision=39691
This commit is contained in:
parent
213ba8f33f
commit
2b07dff4da
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue