mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[COMCTL32] -Redraw the button when we get a WM_THEMECHANGED.
svn path=/trunk/; revision=73899
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user