On Wed, 16 Apr 2025 10:31:50 GMT, Michael Strauß <mstra...@openjdk.org> wrote:
> A listener that is added to `Parent.needsLayoutProperty()` may see a wrong > value when calling `Parent.isNeedsLayout()` from the callback. The fix is to > apply the value before notifying the listeners. This pull request has now been integrated. Changeset: 9291099c Author: Michael Strauß <mstra...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/9291099cc3a7830937bffdb65100b372ea1cc77a Stats: 28 lines in 3 files changed: 26 ins; 1 del; 1 mod 8354813: Parent.isNeedsLayout() may return wrong value in property listener Reviewed-by: jhendrikx, angorya ------------- PR: https://git.openjdk.org/jfx/pull/1781