RFR: 8354797: Parent.needsLayoutProperty() should return read-only getter

John Hendrikx jhendrikx at openjdk.org
Wed Apr 16 10:54:51 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.

Marked as reviewed by jhendrikx (Reviewer).

-------------

PR Review: https://git.openjdk.org/jfx/pull/1780#pullrequestreview-2772085822


More information about the openjfx-dev mailing list