On Tue, 5 Nov 2024 20:31:30 GMT, Michael Strauß <mstra...@openjdk.org> wrote:

>> modules/javafx.graphics/src/main/java/javafx/scene/layout/HeaderBar.java 
>> line 170:
>> 
>>> 168:         // Inflate the minHeight property. This is important so that 
>>> we can track whether a stylesheet or
>>> 169:         // user code changes the property value before we set it to 
>>> the height of the native title bar.
>>> 170:         minHeightProperty();
>> 
>> if that's the case, why not initialize it in L1150 ?
>
> Where? The file only has about 500 lines.

oops, my mistake.  It's in Region!

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1605#discussion_r1829968179

Reply via email to