RFR: 8354797: Parent.needsLayoutProperty() should return read-only getter
Michael Strauß
mstrauss at openjdk.org
Wed Apr 16 18:33:55 UTC 2025
On Wed, 16 Apr 2025 08:59:55 GMT, Michael Strauß <mstrauss at openjdk.org> wrote:
> `Parent.needsLayout` is implemented with a `ReadOnlyBooleanWrapper`. The property getter returns the wrapper itself, but what it should be doing is return the read-only getter instead.
>
> A single reviewer should be sufficient.
Seeing as this is a trivial change that has been reviewed by three Reviewers, I'm integrating this PR early because I need this patch for my other PR #1781 (both PRs target the same code, and this will need to go in first to resolve a merge conflict).
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1780#issuecomment-2810390234
More information about the openjfx-dev
mailing list