[PATCH] comctl32: Redraw themed button on WM_ENABLE.

Mark Harmstone hellas at burntcomma.com
Mon Mar 23 17:03:25 CDT 2015


When a themed button received a WM_ENABLE message, comctl32 redraws it,
then passes the message to the parent proc in user32. Unfortunately, this
is the wrong way round - as user32 redraws the window itself, the themed
button will be redrawn as its unthemed counterpart.

---
 dlls/comctl32/theme_button.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-comctl32-Redraw-themed-button-on-WM_ENABLE.patch
Type: text/x-patch
Size: 725 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20150323/9d0cc4cb/attachment.bin>


More information about the wine-patches mailing list