CtrlCore: Win32 sking not changing with host after app started #629

git-svn-id: svn://ultimatepp.org/upp/trunk@6744 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-01-10 14:25:18 +00:00
parent f61547cbb0
commit b9b4bc7abe

View file

@ -468,12 +468,13 @@ LRESULT Ctrl::WindowProc(UINT message, WPARAM wParam, LPARAM lParam) {
}
return 0L;
#endif
case WM_SETTINGCHANGE:
/* case WM_SETTINGCHANGE:
case 0x031A: // WM_THEMECHANGED
ReSkin();
RefreshLayoutDeep();
RefreshFrame();
break;
*/
/*
case WM_IME_COMPOSITION:
HIMC himc = ImmGetContext(hwnd);