mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[COMCTL32] -Redraw the button when we get a WM_THEMECHANGED.
svn path=/trunk/; revision=73899
This commit is contained in:
parent
a7d4b8d04f
commit
8b594efa21
1 changed files with 1 additions and 0 deletions
|
@ -380,6 +380,7 @@ LRESULT WINAPI ButtonWndProc_common(HWND hWnd, UINT uMsg,
|
|||
case WM_THEMECHANGED:
|
||||
CloseThemeData (GetWindowTheme(hWnd));
|
||||
OpenThemeData(hWnd, WC_BUTTONW);
|
||||
InvalidateRect(hWnd, NULL, FALSE);
|
||||
break;
|
||||
|
||||
case WM_MOUSEHOVER:
|
||||
|
|
Loading…
Reference in a new issue