RFR: 8373688: Wrong render scale is used if Window is on another screen when Scene is sized [v7]

Andy Goryachev angorya at openjdk.org
Tue Jan 6 21:43:11 UTC 2026


On Tue, 6 Jan 2026 18:45:07 GMT, Martin Fox <mfox at openjdk.org> wrote:

>> John Hendrikx has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Avoid NaN's when determining screen
>
> FWIW this can't be tested on Linux at the moment. It's possible to set up a system with multiple monitors each with a different scale but due to limitations in the GTK3 API we have to choose between supporting fractional scaling or per-monitor scaling. Currently we favor fractional and so we use the same scaling factor across all monitors.

@beldenfox do you see any issues/regressions with/without an external monitor on linux?

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

PR Comment: https://git.openjdk.org/jfx/pull/2007#issuecomment-3716466138


More information about the openjfx-dev mailing list