http://bugs.winehq.org/show_bug.cgi?id=11346
Summary: Background color of an label is displayed horizontal Product: Wine Version: unspecified Platform: Other OS/Version: other Status: UNCONFIRMED Severity: trivial Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: mirko2324@yahoo.de
Created an attachment (id=10454) --> (http://bugs.winehq.org/attachment.cgi?id=10454) screenshot
In the statistic area the background color of the label "Download-Speed" is displayed horizontal into the graph. I made a screenshot of this issue.
I have tested this with different versions of eMule and wine.
http://bugs.winehq.org/show_bug.cgi?id=11346
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.emule- | |project.net/ Keywords| |download Summary|Background color of an label|Emule: Background color of |is displayed horizontal |an label is displayed | |horizontal Version|unspecified |0.9.54.
http://bugs.winehq.org/show_bug.cgi?id=11346
--- Comment #1 from Lei Zhang thestig@google.com 2008-01-28 12:59:57 --- please elaborate on how to reproduce the bug. i.e. what steps are needed to bring up this graph.
http://bugs.winehq.org/show_bug.cgi?id=11346
--- Comment #2 from Mirko mirko2324@yahoo.de 2008-01-28 13:37:29 --- 1. Start eMule 2. Click on the Statistics-button (on the top) 3. In the three graphs "Download-Speed", "Upload-Speed" and "Connection" you can see it
http://bugs.winehq.org/show_bug.cgi?id=11346
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #3 from Austin English austinenglish@gmail.com 2008-01-29 12:44:27 --- Confirming.
http://bugs.winehq.org/show_bug.cgi?id=11346
--- Comment #4 from Austin English austinenglish@gmail.com 2008-12-09 20:19:46 --- Still present in 1.1.10+git, 0.9.49b.
http://bugs.winehq.org/show_bug.cgi?id=11346
Rallaz rallazz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rallazz@gmail.com
--- Comment #5 from Rallaz rallazz@gmail.com 2009-07-14 13:15:11 --- --- a/dlls/gdi32/font.c 2009-07-03 18:28:33.000000000 +0200 +++ b/dlls/gdi32/font.c 2009-07-14 20:02:17.000000000 +0200 @@ -1904,6 +1904,14 @@ rc.right = x + width; rc.top = y - tm.tmAscent; rc.bottom = y + tm.tmDescent; +/*opaque text not always horizontal*/ + if(lf.lfEscapement == 900) + { + rc.left = x - tm.tmAscent; + rc.right = x + tm.tmDescent; + rc.top = y - width; + rc.bottom = y; + } /*end hack*/ dc->funcs->pExtTextOut(dc->physDev, 0, 0, ETO_OPAQUE, &rc, NULL, 0, NULL); } }
Whit this patch the bug is corrected in eMule, but, this is NOT a good patch
http://bugs.winehq.org/show_bug.cgi?id=11346
Jaime Rave jaimerave@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jaimerave@gmail.com
--- Comment #6 from Jaime Rave jaimerave@gmail.com 2009-12-25 12:16:41 --- Still a problem in Wine 1.1.35.
http://bugs.winehq.org/show_bug.cgi?id=11346
--- Comment #7 from Jaime Rave jaimerave@gmail.com 2010-05-23 15:05:35 --- Looks fixed in Wine 1.2-rc1
http://bugs.winehq.org/show_bug.cgi?id=11346
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #8 from Austin English austinenglish@gmail.com 2010-05-23 16:15:46 --- Reported fixed.
http://bugs.winehq.org/show_bug.cgi?id=11346
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Alexandre Julliard julliard@winehq.org 2010-05-28 12:50:13 --- Closing bugs fixed in 1.2-rc2.