Integrated: 8233068: HIDPI: Linux: AWT Checkbox check mark is unscaled
Tejesh R
tr at openjdk.org
Thu Aug 8 10:43:40 UTC 2024
On Fri, 2 Aug 2024 09:07:47 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.
This pull request has now been integrated.
Changeset: 3bc4a1ac
Author: Tejesh R <tr at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/3bc4a1acc4bb1885ddba69283b99bbe02f8e43b7
Stats: 98 lines in 2 files changed: 95 ins; 0 del; 3 mod
8233068: HIDPI: Linux: AWT Checkbox check mark is unscaled
Reviewed-by: jdv, abhiscxk, honkar
-------------
PR: https://git.openjdk.org/jdk/pull/20441
More information about the client-libs-dev
mailing list