kirill-grouchnikov / substance

A modern and high-performant Swing look-and-feel library
164 stars 109 forks source link

Issue with maximize / restore button after extendContentIntoTitlePane(true) call #67

Closed kirill-grouchnikov closed 6 years ago

kirill-grouchnikov commented 6 years ago

First click maximizes the app window as expected.

After that the button continues to display the maximize icon and clicking it does not restore the previous window size.

kirill-grouchnikov commented 6 years ago

This is due to early return in SubstanceTitlePane.paintComponent. It should call setState and then return.