RFR: 8310885: Width/height of window is not set after calling sizeToScene
Lukasz Kostyra
lkostyra at openjdk.org
Mon Aug 7 10:06:38 UTC 2023
On Thu, 3 Aug 2023 14:57:50 GMT, Guillaume Tâche <duke at openjdk.org> wrote:
> `setHeight()` / `setWidth()` were ignored if called after `sizeToScene()` and before `show()`.
> Now the `sizeToScene` flag is unset in these methods to ensure the right values are set when the window is shown.
Don't see any issues with this one. I'll run the tests and share the final review then.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1195#issuecomment-1667568096
More information about the openjfx-dev
mailing list