comctl32: Fix statusbar text alignment bug #12693

Igor Tarasov tarasov.igor at gmail.com
Tue May 13 19:59:13 CDT 2008


MSDN regarding statusbar text alignment says that "By default, text is
left-aligned <...> Text to the right of a single tab character is
centered, and text to the right of a second tab character is
right-aligned.". Current implementation, however, could be described
as "if the first character is tab, center the text. Then check second
character, if it is tab too, left-align the text". This patch makes
wine behave more like MSDN says and fixes bug
http://bugs.winehq.org/show_bug.cgi?id=12693 .
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0002-comctl32-Fix-statusbar-text-alignment-bug-12693.txt
Url: http://www.winehq.org/pipermail/wine-patches/attachments/20080514/e165a374/attachment-0001.txt 


More information about the wine-patches mailing list