mirror of
https://github.com/reactos/reactos.git
synced 2025-06-27 14:09:43 +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)
|
if (style & BS_NOTIFY)
|
||||||
BUTTON_NOTIFY_PARENT(hWnd, BN_KILLFOCUS);
|
BUTTON_NOTIFY_PARENT(hWnd, BN_KILLFOCUS);
|
||||||
|
|
||||||
|
InvalidateRect( hWnd, NULL, FALSE );
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case WM_SYSCOLORCHANGE:
|
case WM_SYSCOLORCHANGE:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue