RFR: 8295078: TextField blurry when inside an TitledPane -> AnchorPane [v3]

John Hendrikx jhendrikx at openjdk.org
Fri May 12 08:03:00 UTC 2023


On Thu, 11 May 2023 19:58:46 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

>> I agree but that is also what I do here, isn't it?
>
> here: yes!

This looks good to me, the snapping as explained by Andy is how it should be.  A source of error can be still be that floating point calculations can introduce small deviations so sometimes it is needed to resnap after doing calculations that seem harmless (ie. `snappedSize * 10` or `snappedWidth - snappedLeftInset` may need resnapping).

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

PR Review Comment: https://git.openjdk.org/jfx/pull/910#discussion_r1192039051


More information about the openjfx-dev mailing list