mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:16:04 +00:00
Patch by carlo bramix at libero dot it: Bug 3336 statusbar in the wrong place.
svn path=/trunk/; revision=33965
This commit is contained in:
parent
11e8d42306
commit
e264b0b3c9
1 changed files with 1 additions and 0 deletions
|
@ -496,6 +496,7 @@ LRESULT CALLBACK WndProc (HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam)
|
|||
{
|
||||
MoveWindow(SolWnd, 0, 0, nWidth, nHeight - nStatusHeight, TRUE);
|
||||
MoveWindow(hwndStatus, 0, nHeight - nStatusHeight, nWidth, nHeight, TRUE);
|
||||
SendMessage(hwndStatus, WM_SIZE, wParam, lParam);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue