RFR: 8351867: No UI changes while iconified
Kevin Rushforth
kcr at openjdk.org
Thu Mar 13 14:54:00 UTC 2025
On Thu, 13 Mar 2025 10:36:40 GMT, John Hendrikx <jhendrikx at openjdk.org> wrote:
> Adds code to trigger a scene update when a Window is restored
>
> This seems to solve https://bugs.openjdk.org/browse/JDK-8351867 and https://bugs.openjdk.org/browse/JDK-8146479
My thought on this bug was to fix it in the scenegraph, rather than forcing a complete repaint in the toolkit. The scenegraph tracks the state of what is dirty and would only need to repaint if something has changed (and probably only those parts that have changed).
@arapte Can you take a look at this and see what you think? I am not able to look at it for at least a week.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1733#issuecomment-2721544217
More information about the openjfx-dev
mailing list