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

Harshitha Onkar honkar at openjdk.org
Mon Aug 5 17:41:33 UTC 2024


On Mon, 5 Aug 2024 12:28:09 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:
> 
>   Remove image writing

Updated changes looks good.

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

Marked as reviewed by honkar (Reviewer).

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


More information about the client-libs-dev mailing list