On Thu, 6 Jul 2023 13:10:44 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
> When the JavaFX scene is set before it is really shown, then the scale > factors are not properly propagated to the EmbeddedWindow, resulting in > showing wrong scales. > Fix is made to update scales to EmbeddedWindow This pull request has now been integrated. Changeset: 6a7c7437 Author: Prasanta Sadhukhan <psadhuk...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/6a7c743765f50d469ab72be907c45005202be6b5 Stats: 33 lines in 2 files changed: 16 ins; 11 del; 6 mod 8274932: Render scales in EmbeddedWindow are not properly updated 8222209: JavaFX is rendered blurry on systems with monitors in different configuration Co-authored-by: John Hendrikx <jhendr...@openjdk.org> Reviewed-by: angorya, kcr, jhendrikx ------------- PR: https://git.openjdk.org/jfx/pull/1171