RFR: 8318577: Windows Look-and-Feel JProgressBarUI does not render correctly on 2x UI scale [v2]
Prasanta Sadhukhan
psadhukhan at openjdk.org
Fri Jan 24 06:40:50 UTC 2025
On Fri, 24 Jan 2025 06:27:43 GMT, Tejesh R <tr at openjdk.org> wrote:
> 2. If you can observe the "BAD" progress bar, the bottom border is visible, where as its not in "GOOD" progress bar. It's like the whole paint is shifted by pixel to top.
The "GOOD" progressbar size is 100,21 whereas "BAD" progressbar size is 100,22 as per testcase so I guess its expected to be 1px less..
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23227#issuecomment-2611711793
More information about the client-libs-dev
mailing list