comctl32: proper fix redrawing the trackbar background with themes enabled.

Reece Dunn msclrhd at googlemail.com
Sun Feb 3 08:08:41 CST 2008


This patch provides the correct fix for a bug that I provided a patch
for after wineconf.

The DrawThemeBackground that I added was drawing the bar component in
the middle as the background of the entire control. This was wrong,
even though it fixed the black background/repainting issues.

The actual fix is to not supply the DrawThemeParentBackground call
with a clip rect, as the clip rect is incorrect for this usage.

- Reece
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-comctl32-proper-fix-redrawing-the-trackbar-backgrou.patch
Type: text/x-patch
Size: 1195 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080203/a4af70da/attachment.bin 


More information about the wine-patches mailing list