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

Jayathirth D V jdv at openjdk.org
Thu Aug 8 10:39:33 UTC 2024


On Wed, 7 Aug 2024 05:08:53 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:
> 
>   replaced with EventQueue

Latest change looks good to me.
Make sure to verify latest test in our CI test system before pushing the change.

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

Marked as reviewed by jdv (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/20441#pullrequestreview-2227493477


More information about the client-libs-dev mailing list