sync user32 button with wine 1.1.24

svn path=/trunk/; revision=41555
This commit is contained in:
Christoph von Wittich 2009-06-22 19:56:37 +00:00
parent 1e54de4e07
commit b704b9556d

View file

@ -467,6 +467,7 @@ static LRESULT ButtonWndProc_common(HWND hWnd, UINT uMsg,
if (style & BS_NOTIFY)
BUTTON_NOTIFY_PARENT(hWnd, BN_KILLFOCUS);
InvalidateRect( hWnd, NULL, FALSE );
break;
case WM_SYSCOLORCHANGE: