RFR: 8310885: Width/height of window is not set after calling sizeToScene [v3]
Guillaume Tâche
duke at openjdk.org
Wed Aug 16 09:28:57 UTC 2023
> `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.
Guillaume Tâche has updated the pull request incrementally with one additional commit since the last revision:
8310885: Uses exact comparison for tests
-------------
Changes:
- all: https://git.openjdk.org/jfx/pull/1195/files
- new: https://git.openjdk.org/jfx/pull/1195/files/fd3fb463..1f1f943d
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jfx&pr=1195&range=02
- incr: https://webrevs.openjdk.org/?repo=jfx&pr=1195&range=01-02
Stats: 10 lines in 1 file changed: 0 ins; 0 del; 10 mod
Patch: https://git.openjdk.org/jfx/pull/1195.diff
Fetch: git fetch https://git.openjdk.org/jfx.git pull/1195/head:pull/1195
PR: https://git.openjdk.org/jfx/pull/1195
More information about the openjfx-dev
mailing list