Re: user32: invalidate button area instead of painting immediatly
18 Jan
2007
18 Jan
'07
7:43 a.m.
On 1/17/07, Clinton Stimpson <cjstimpson(a)utwire.net> wrote:
WM_SETFONT on a button should invalidate the area so the system can send a WM_PAINT event, instead of painting the button immediately. This is a partial fix for bug# 6006. The other part of the fix is for ShowWindow(button, SW_HIDE) to cause a WM_PAINT event on the button's parent to paint in the newly exposed region.
Thanks, Clinton Stimpson
ChangeLog: user32: invalidate button area instead of painting button immediately.
Can you write a message test for this in dlls/user32/tests/msg.c to verify your fix? Thanks, James Hawkins
6908
Age (days ago)
6908
Last active (days ago)
0 comments
1 participants
participants (1)
-
James Hawkins