comctl32: Use default GUI font instead of System as a fallback in the tab control.

Alexandre Julliard julliard at winehq.org
Tue Jun 18 06:13:33 CDT 2013


Dmitry Timoshkov <dmitry at baikal.ru> writes:

> ---
>  dlls/comctl32/tab.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

It breaks the tests here:

../../../tools/runtest -q -P wine -M comctl32.dll -T ../../.. -p comctl32_test.exe.so tab.c && touch tab.ok
tab.c:625: Test failed: with icon, set size > icon: Expected [57,30] got [54,30]
tab.c:626: Test failed: with icon, set size < icon: Expected [57,20] got [54,20]
tab.c:627: Test failed: with icon, min size: Expected [57,1] got [54,1]
tab.c:625: Test failed: with icon, set size > icon: Expected [60,30] got [54,30]
tab.c:626: Test failed: with icon, set size < icon: Expected [60,20] got [54,20]
tab.c:627: Test failed: with icon, min size: Expected [60,1] got [54,1]
tab.c:625: Test failed: with icon, set size > icon: Expected [63,30] got [56,30]
tab.c:626: Test failed: with icon, set size < icon: Expected [63,20] got [56,20]
tab.c:627: Test failed: with icon, min size: Expected [63,1] got [56,1]
tab.c:625: Test failed: with icon, set size > icon: Expected [66,30] got [59,30]
tab.c:626: Test failed: with icon, set size < icon: Expected [66,20] got [59,20]
tab.c:627: Test failed: with icon, min size: Expected [66,1] got [59,1]
etc.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list