RFR: 8233068: HIDPI: Linux: AWT Checkbox check mark is unscaled

Alisen Chung achung at openjdk.org
Sat Aug 3 04:33:32 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.

src/java.desktop/unix/classes/sun/awt/X11/XCheckboxPeer.java line 1:

> 1: /*

update copyright year in this file

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

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


More information about the client-libs-dev mailing list