https://bugs.winehq.org/show_bug.cgi?id=52639
Bug ID: 52639 Summary: comctl32:toolbar test_visual() fails in Wine with the Light theme Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: comctl32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
In comctl32:toolbar, test_visual() fails in Wine with the Light theme
toolbar.c:2674: Test failed: Expected same content.
https://test.winehq.org/data/patterns.html#comctl32:toolbar
A bisect pointed to the following commit as the trigger for this failure, thus establishing the link with the Light theme:
commit ccc2c6c613264aa228bd6b113dffebc7bcf2c1f3 Author: Zhiyi Zhang zzhang@codeweavers.com Date: Wed Mar 2 14:21:48 2022 +0800
wine.inf: Enable Light theme by default.
Signed-off-by: Zhiyi Zhang zzhang@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org