RFR: 8351867: No UI changes while iconified
Martin Fox
mfox at openjdk.org
Thu Mar 13 13:47:08 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
When the window is restored glass calls notifySize with RESTORED and then notifyRepaint with valid dimensions. Why is the repaint being dropped?
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1733#issuecomment-2721311967
More information about the openjfx-dev
mailing list