[PATCH] comctl32: fix clipping error with themed groupboxes

Mark Harmstone hellas at burntcomma.com
Sat Feb 7 07:48:32 CST 2015


Patch to fix a clipping error on themed groupboxes. GB_draw in comctl32 was
using WM_GETFONT to calculate the extents, but DrawThemeText to draw the
label. If the theme's font was larger than the default MS Shell Dlg, this
would result in the label being clipped.

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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-groupbox-theme-fix.patch
Type: text/x-patch
Size: 1734 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20150207/690d87aa/attachment.bin>


More information about the wine-patches mailing list