> StackPane has the following defects: > > 1. All measurement methods use raw insets rather than `snappedTopInset()`, > `snappedLeftInset()`, etc. > 2. `layoutChildren()` also uses raw insets and raw subtraction for the > content rectangle. > 3. Calculated totals and spans are not re-snapped after addition or > subtraction. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai).
Michael Strauß has updated the pull request incrementally with one additional commit since the last revision: bind render scale, use exact equals ------------- Changes: - all: https://git.openjdk.org/jfx/pull/2266/files - new: https://git.openjdk.org/jfx/pull/2266/files/87d87e15..49087535 Webrevs: - full: https://webrevs.openjdk.org/?repo=jfx&pr=2266&range=01 - incr: https://webrevs.openjdk.org/?repo=jfx&pr=2266&range=00-01 Stats: 54 lines in 1 file changed: 21 ins; 0 del; 33 mod Patch: https://git.openjdk.org/jfx/pull/2266.diff Fetch: git fetch https://git.openjdk.org/jfx.git pull/2266/head:pull/2266 PR: https://git.openjdk.org/jfx/pull/2266
