comctl32/theme_scrollbar: Draw parent background before drawing control parts.
commitf8671aaedd5668447ab5ec7c4cdb9ddadacfd4a5
authorZhiyi Zhang <zzhang@codeweavers.com>
Tue, 22 Jun 2021 08:20:51 +0000 (22 16:20 +0800)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 22 Jun 2021 15:57:46 +0000 (22 17:57 +0200)
treeb5276e0abc87330e1d5360454d14dc3a03df1072
parentbf6ed90cd6fd769534e8d7c2f1880f8db01b418b
comctl32/theme_scrollbar: Draw parent background before drawing control parts.

Control parts may be transparent, thus they need to be drawn on top of parent window background.
Otherwise, black artifacts may occur.

Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/comctl32/theme_scrollbar.c