[uxtheme]

- UXTHEME_LoadTheme call in theme hook callback is still needed in order to load the active theme in an application that starts after themes are enabled

svn path=/branches/GSoC_2011/ThemesSupport/; revision=53125
This commit is contained in:
Giannis Adamopoulos 2011-08-07 20:50:01 +00:00
parent d00aa9c19e
commit 3f5a2c40ce

View file

@ -130,6 +130,8 @@ ThemeInitApiHook(UAPIHK State, PUSERAPIHOOK puah)
UAH_HOOK_MESSAGE(puah->WndProcArray, WM_THEMECHANGED);
UAH_HOOK_MESSAGE(puah->WndProcArray, WM_UAHINIT);
UXTHEME_LoadTheme();
return TRUE;
}