RFR: 8211294: ScrollPane content is blurry with 125% scaling
Frederic Thevenet
fthevenet at openjdk.java.net
Wed Dec 16 15:35:57 UTC 2020
On Wed, 16 Dec 2020 13:36:27 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> I was thinking, while I'm at it I might as well update the copyright notice for Region.java; should it be 2020 or 2021 (or left alone)?
>
> That file was modified earlier in the year without the copyright year being updated, so it will be updated by a script when @arapte implements [JDK-8254101](https://bugs.openjdk.java.net/browse/JDK-8254101) early next week. So to avoid a possible merge conflict, you can just leave it alone.
I've been looking for other occurrences of the same issue in other places, and came across this one, in TextFlow:
https://github.com/openjdk/jfx/blob/f2928d9506b928d991d7474e36bc5a0b24d3b017/modules/javafx.graphics/src/main/java/javafx/scene/text/TextFlow.java#L614
>From what I gather, this is likely to cause the same result.
-------------
PR: https://git.openjdk.java.net/jfx/pull/308
More information about the openjfx-dev
mailing list