Re: user32: Draw the whole button only if requested. Take 2.
23 Jul
2009
23 Jul
'09
9:31 a.m.
Dmitry Timoshkov <dmitry(a)codeweavers.com> writes:
The application I'm working on relies on this, it doesn't expect that button completely redraws itself on WM_SETFOCUS/WM_KILLFOCUS messages.
This version of the patch skips the button drawing in the case of action == ODA_FOCUS.
You then need to draw the focus rect unconditionally for ODA_FOCUS. -- Alexandre Julliard julliard(a)winehq.org
6076
Age (days ago)
6076
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard