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:
James Tabor 2008-06-14 17:10:55 +00:00
parent 11e8d42306
commit e264b0b3c9

View file

@ -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
{