mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
sync user32 button with wine 1.1.24
svn path=/trunk/; revision=41555
This commit is contained in:
parent
1e54de4e07
commit
b704b9556d
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue