sshahine / JFoenix

JavaFX Material Design Library
MIT License
6.29k stars 1.06k forks source link

wrong isMaximized return with customMaximize #1045

Closed Ed1ks closed 5 years ago

Ed1ks commented 5 years ago

when using JFXDecorator and setCustomMaximize(true), isMaximized on window/stage will always return false.

jfoenixadmin commented 5 years ago

Hello, that's true, cause the stage is not maximized. Instead, it's resized to the max available size.