comctl32/treeview: Do not draw client edge without WS_EX_CLIENTEDGE.
commit8ce869f40b0887bd465f27ac1db7393067540aba
authorZhiyi Zhang <zzhang@codeweavers.com>
Thu, 10 Feb 2022 06:57:29 +0000 (10 14:57 +0800)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 10 Feb 2022 09:44:10 +0000 (10 10:44 +0100)
tree4f3d94f3512a3900eb9c5bd78e6e341393c85cd3
parent19a77a8b6a71f349e630f532330635202c2179bb
comctl32/treeview: Do not draw client edge without WS_EX_CLIENTEDGE.

Fix foobar2000 having an extra edge around tree view non-client size box.

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