By Jim Graham:
<<I just noticed what looks like a typo in the change for ViewPainter. It replaced code that used to do "if presentable == null scale = 1.0f" with a method that uses "0.1f" instead. Was that supposed to be 1.0f, but the digits got reversed?>>
The fix that brought the typo is ofRT-31807.
<<I just noticed what looks like a typo in the change for ViewPainter. It replaced code that used to do "if presentable == null scale = 1.0f" with a method that uses "0.1f" instead. Was that supposed to be 1.0f, but the digits got reversed?>>
The fix that brought the typo is of
- relates to
-
JDK-8097820 SwingInterop look blurry on hidpi display
- Closed