Instead of adding the border via WM_NCPAINT and WM_NCCALCSIZE, do what
commit65f10442a7bce1818b429486931f019f63d62024
authorFrank Richter <frank.richter@gmail.com>
Mon, 15 Aug 2005 09:34:02 +0000 (15 09:34 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 15 Aug 2005 09:34:02 +0000 (15 09:34 +0000)
treeae5a722db5b3747d9853156eec2e7f38b577a912
parent5e82e0cb63ac76ded5af67d1ead646170c7f3422
Instead of adding the border via WM_NCPAINT and WM_NCCALCSIZE, do what
native does: just clear WS_EX_STATICEDGE when themed and reduce the
area the actual bar is painted in to the progress bar theme part
content rect.
dlls/comctl32/progress.c