On Thu, 18 Jun 2026 15:27:36 GMT, Michael Strauß <[email protected]> wrote:
>> modules/javafx.graphics/src/main/java/com/sun/glass/ui/mac/MacWindow.java
>> line 53:
>>
>>> 51: if (isExtendedWindow()) {
>>> 52:
>>> headerButtonHeightProperty().subscribe(this::onHeaderButtonHeightChanged);
>>> 53:
>>> headerButtonDarkStyleProperty().subscribe(this::onHeaderButtonDarkStyleChanged);
>>
>> question: here we bind to the `headerButtonDarkStyleProperty`, but in
>> `GtkWindow` and `WinWindow` we do not. Is this right?
>
> It's bound in `WinWindow.createHeaderButtonOverlay()`, but not in
> `GtkWindow.createHeaderButtonOverlay()`. Good catch!
what about `WinWindow` ?
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/2188#discussion_r3437098495