RFR: 8349255: TitledPane: exception initializing in a background thread [v2]

Andy Goryachev angorya at openjdk.org
Fri Feb 14 18:20:53 UTC 2025


On Thu, 13 Feb 2025 18:32:58 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

>> modules/javafx.graphics/src/main/java/javafx/scene/Node.java line 1442:
>> 
>>> 1440:                             // of this node, since visibility affects bounds of the
>>> 1441:                             // parent node
>>> 1442:                             p.childVisibilityChanged(Node.this);
>> 
>> it was a part of an earlier attempt, but I think this code is better.
>
> I'd still revert it, since it is unrelated to the fix under review and is in a file that is otherwise untouched.

reverted

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1707#discussion_r1956555210


More information about the openjfx-dev mailing list