mirror of
https://github.com/reactos/reactos.git
synced 2025-06-19 05:25:20 +00:00
[MSPAINT] Add ICC_BAR_CLASSES (#4261)
The Fonts toolbar uses toolbar and tooltips. Thus this flag is needed. CORE-17949
This commit is contained in:
parent
3f053db3e7
commit
17f34887f3
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ _tWinMain (HINSTANCE hThisInstance, HINSTANCE hPrevInstance, LPTSTR lpszArgument
|
||||||
/* initialize common controls library */
|
/* initialize common controls library */
|
||||||
INITCOMMONCONTROLSEX iccx;
|
INITCOMMONCONTROLSEX iccx;
|
||||||
iccx.dwSize = sizeof(iccx);
|
iccx.dwSize = sizeof(iccx);
|
||||||
iccx.dwICC = ICC_STANDARD_CLASSES | ICC_USEREX_CLASSES;
|
iccx.dwICC = ICC_STANDARD_CLASSES | ICC_USEREX_CLASSES | ICC_BAR_CLASSES;
|
||||||
InitCommonControlsEx(&iccx);
|
InitCommonControlsEx(&iccx);
|
||||||
|
|
||||||
LoadString(hThisInstance, IDS_DEFAULTFILENAME, filepathname, _countof(filepathname));
|
LoadString(hThisInstance, IDS_DEFAULTFILENAME, filepathname, _countof(filepathname));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue