[Bug 11346] New: Background color of an label is displayed horizontal
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(a)winehq.org ReportedBy: mirko2324(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11346 Lei Zhang <thestig(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11346 --- Comment #1 from Lei Zhang <thestig(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11346 --- Comment #2 from Mirko <mirko2324(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11346 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2008-01-29 12:44:27 --- Confirming. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11346 --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2008-12-09 20:19:46 --- Still present in 1.1.10+git, 0.9.49b. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11346 Rallaz <rallazz(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rallazz(a)gmail.com --- Comment #5 from Rallaz <rallazz(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11346 Jaime Rave <jaimerave(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jaimerave(a)gmail.com --- Comment #6 from Jaime Rave <jaimerave(a)gmail.com> 2009-12-25 12:16:41 --- Still a problem in Wine 1.1.35. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11346 --- Comment #7 from Jaime Rave <jaimerave(a)gmail.com> 2010-05-23 15:05:35 --- Looks fixed in Wine 1.2-rc1 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11346 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #8 from Austin English <austinenglish(a)gmail.com> 2010-05-23 16:15:46 --- Reported fixed. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11346 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> 2010-05-28 12:50:13 --- Closing bugs fixed in 1.2-rc2. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org