mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 01:05:42 +00:00
parent
614354ccb5
commit
1c163bf163
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ _tWinMain (HINSTANCE hThisInstance, HINSTANCE hPrevInstance, LPTSTR lpszArgument
|
||||||
sizeboxCenterBottom.Create(scrlClientWindow.m_hWnd, sizeboxPos, NULL, WS_CHILD | WS_VISIBLE);
|
sizeboxCenterBottom.Create(scrlClientWindow.m_hWnd, sizeboxPos, NULL, WS_CHILD | WS_VISIBLE);
|
||||||
sizeboxRightBottom.Create(scrlClientWindow.m_hWnd, sizeboxPos, NULL, WS_CHILD | WS_VISIBLE);
|
sizeboxRightBottom.Create(scrlClientWindow.m_hWnd, sizeboxPos, NULL, WS_CHILD | WS_VISIBLE);
|
||||||
/* placing the size boxes around the image */
|
/* placing the size boxes around the image */
|
||||||
imageArea.PostMessage(WM_SIZE, 0, 0);
|
imageArea.SendMessage(WM_SIZE, 0, 0);
|
||||||
|
|
||||||
/* by moving the window, the things in WM_SIZE are done */
|
/* by moving the window, the things in WM_SIZE are done */
|
||||||
mainWindow.SetWindowPlacement(&(registrySettings.WindowPlacement));
|
mainWindow.SetWindowPlacement(&(registrySettings.WindowPlacement));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue