RFR: 8233068: HIDPI: Linux: AWT Checkbox check mark is unscaled [v4]

Alisen Chung achung at openjdk.org
Tue Aug 6 21:48:38 UTC 2024


On Tue, 6 Aug 2024 07:56:11 GMT, Tejesh R <tr at openjdk.org> wrote:

>> The check mark had been transformed with default scale which is 1.0 and the same is used on click of checkbox. This was done while computing the layout and not updated while paint. Hence the scaling update is done on painting the check mark and CI testing is green after the update too.
>
> Tejesh R has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Review updates

test/jdk/java/awt/Checkbox/CheckboxCheckerScalingTest.java line 39:

> 37:  * @bug 8233068
> 38:  * @summary Tests checkbox checker on scaling
> 39:  * @requires (os.family == "linux")

can this test also be run on different platforms?

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/20441#discussion_r1706147120


More information about the client-libs-dev mailing list