Native window decorations: fixed double window title bar when first disposing a window and then showing it again (issue #277)

This commit is contained in:
Karl Tauber
2021-03-23 10:07:43 +01:00
parent 734f3621f1
commit eabb052107
4 changed files with 156 additions and 62 deletions

View File

@@ -5,6 +5,9 @@ FlatLaf Change Log
#### Fixed bugs
- Native window decorations: Fixed double window title bar when first disposing
a window with `frame.dispose()` and then showing it again with
`frame.setVisible(true)`. (issue #277)
- Custom window decorations: Fixed NPE in `FlatTitlePane.findHorizontalGlue()`.
(issue #275)