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

Michael Strauß mstrauss at openjdk.org
Wed Apr 16 18:33:56 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.

This pull request has now been integrated.

Changeset: bcf2ad53
Author:    Michael Strauß <mstrauss at openjdk.org>
URL:       https://git.openjdk.org/jfx/commit/bcf2ad530d55b626a638bac907c3f7de5fdb2d93
Stats:     10 lines in 2 files changed: 8 ins; 0 del; 2 mod

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

Reviewed-by: arapte, jhendrikx, angorya

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

PR: https://git.openjdk.org/jfx/pull/1780


More information about the openjfx-dev mailing list