On Fri, 28 Jul 2023 09:26:35 GMT, John Hendrikx wrote:
> Alternative fix for JFXPanel issues.
>
> I added an extra line to **really** trigger the repainting in
> `EmbeddedScene`. This was inspired by this code in `GlassWindowEventHandler`
> which reacts to `WindowEvent.RESCALE`. It not only
Alternative fix for JFXPanel issues.
I added an extra line to **really** trigger the repainting in `EmbeddedScene`.
This was inspired by this code in `GlassWindowEventHandler` which reacts to
`WindowEvent.RESCALE`. It not only calls `entireSceneNeedsRepaint` but also
`updateSceneState`. Snip