mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 16:51:39 +00:00
[MSPAINT] Delete useless "STATIC" control
CORE-18867
This commit is contained in:
parent
eacf003c81
commit
868c7c4d53
1 changed files with 0 additions and 3 deletions
|
@ -210,9 +210,6 @@ _tWinMain (HINSTANCE hThisInstance, HINSTANCE hPrevInstance, LPTSTR lpszArgument
|
||||||
hCurPen = LoadIcon(hThisInstance, MAKEINTRESOURCE(IDC_PEN));
|
hCurPen = LoadIcon(hThisInstance, MAKEINTRESOURCE(IDC_PEN));
|
||||||
hCurAirbrush = LoadIcon(hThisInstance, MAKEINTRESOURCE(IDC_AIRBRUSH));
|
hCurAirbrush = LoadIcon(hThisInstance, MAKEINTRESOURCE(IDC_AIRBRUSH));
|
||||||
|
|
||||||
CreateWindowEx(0, _T("STATIC"), NULL, WS_CHILD | WS_VISIBLE | SS_ETCHEDHORZ, 0, 0, 5000, 2, hwnd, NULL,
|
|
||||||
hThisInstance, NULL);
|
|
||||||
|
|
||||||
RECT toolBoxContainerPos = {2, 2, 2 + 52, 2 + 350};
|
RECT toolBoxContainerPos = {2, 2, 2 + 52, 2 + 350};
|
||||||
toolBoxContainer.Create(hwnd, toolBoxContainerPos, NULL, WS_CHILD | WS_VISIBLE);
|
toolBoxContainer.Create(hwnd, toolBoxContainerPos, NULL, WS_CHILD | WS_VISIBLE);
|
||||||
/* creating the tool settings child window */
|
/* creating the tool settings child window */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue