mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-13 06:12:49 -06:00
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:
parent
f61547cbb0
commit
b9b4bc7abe
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue