Re: Questionable Rendering of Disabled Text

2017-11-09 Thread Michael D
it looks safer to leave it since I don't know > how to test it > so I would be happy to commit the patch as is but I think this opinion > needs to be > reviewed by someone else on the list first .. > > -phil. > > On 11/03/2017 09:53 PM, Michael D wrote: > > Apologies, noti

Re: Questionable Rendering of Disabled Text

2017-11-03 Thread Michael D
, y, mnemonicIndex); +g.setColor(Color.BLACK); +super.paintText(context, g, text, x+1, y+1, mnemonicIndex); +g.setColor(Color.WHITE); } + +super.paintText(context, g, text, x, y, mnemonicIndex); } /** On 4 November 2017 at 07:13, Michael D &l

Re: Questionable Rendering of Disabled Text

2017-11-03 Thread Michael D
Hi, Michael. >> It seems that the attached patch was removed from the email, can you >> please provide a link to it or inline in email. >> Thank you. >> >> On 03/11/2017 03:09, Michael D wrote: >>> >>> On 3 November 2017 at 21:07, Michael D <m...@md-5.

Re: Questionable Rendering of Disabled Text

2017-11-03 Thread Michael D
On 3 November 2017 at 21:07, Michael D <m...@md-5.net> wrote: > Hi All, > > Last couple of days I've been trying to root out this bug - > https://bugs.launchpad.net/ubuntu/+source/openjdk-8/+bug/1729558 which > has resulted in poor looking rendering on my machine. > It