Window decorations: fixed maximized window bounds when programmatically maximizing window (issue #129)

This commit is contained in:
Karl Tauber
2020-07-17 00:08:21 +02:00
parent 093dd9f3ef
commit e7ec3988e2
2 changed files with 42 additions and 15 deletions

View File

@@ -1,6 +1,12 @@
FlatLaf Change Log
==================
## Unreleased
- Custom window decorations: Fixed maximized window bounds when programmatically
maximizing window. E.g. restoring window state at startup. (issue #129)
## 0.38
- Hide focus indicator when window is inactive.