[PATCH 1/2] comctl32: always redraw background on checkbox repaint

Mark Harmstone hellas at burntcomma.com
Tue Feb 10 15:58:01 CST 2015


Wine's themed checkboxes don't play nicely with anti-aliasing - whenever
they are redrawn they will overwrite the text without necessarily erasing
the background first. This results in text becoming progressively bolder:
have a look at the Graphics tab in winecfg when you move the mouse over the
checkboxes with a theme enabled.

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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-checkbox-bold-bug.patch
Type: text/x-patch
Size: 619 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20150210/7fe5bf1f/attachment.bin>


More information about the wine-patches mailing list