comctl32: Fix statusbar text alignment bug #12693

James Hawkins truiken at gmail.com
Tue May 13 20:06:28 CDT 2008


On Tue, May 13, 2008 at 7:59 PM, Igor Tarasov <tarasov.igor at gmail.com> wrote:
> 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 .
>

Please add a test case to prove this change is correct.

-- 
James Hawkins



More information about the wine-devel mailing list