comctl32/tests: Use a toolbar with TBSTYLE_FLAT in toolbar visual tests.
commit4277b47f3e4446517817da6927f0744767b7f202
authorZhiyi Zhang <zzhang@codeweavers.com>
Wed, 19 Oct 2022 15:46:06 +0000 (19 23:46 +0800)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 20 Oct 2022 18:57:19 +0000 (20 20:57 +0200)
treec03431ba9fc0254135ff06471061fa06484b3144
parentc28a749f660f251da26d3d8cf163d2ee72bc8af6
comctl32/tests: Use a toolbar with TBSTYLE_FLAT in toolbar visual tests.

Fix a test failure when theming is off. A toolbar without TBSTYLE_FLAT will fill its checked button
background rectangle when theming is inactive, overwriting the checked pattern required for the test.
dlls/comctl32/tests/toolbar.c