Patch by carlo bramix at libero dot it: Bug 3336 statusbar in the wrong place.
authorJames Tabor <james.tabor@reactos.org>
Sat, 14 Jun 2008 17:10:55 +0000 (17:10 +0000)
committerJames Tabor <james.tabor@reactos.org>
Sat, 14 Jun 2008 17:10:55 +0000 (17:10 +0000)
svn path=/trunk/; revision=33965

reactos/base/applications/games/solitaire/solitaire.cpp

index 260d5a4..a571b2c 100644 (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
             {