Window decorations: fixed right aligned progress bar in embedded menu bar was overlapping window title (issue #272)

This commit is contained in:
Karl Tauber
2021-03-23 19:23:18 +01:00
parent f8ee8b27fb
commit 14fc652f4b
4 changed files with 132 additions and 47 deletions

View File

@@ -16,6 +16,8 @@ FlatLaf Change Log
`frame.setVisible(true)`. (issue #277)
- Custom window decorations: Fixed NPE in `FlatTitlePane.findHorizontalGlue()`.
(issue #275)
- Custom window decorations: Fixed right aligned progress bar in embedded menu
bar was overlapping window title. (issue #272)
- InternalFrame: Fixed translucent internal frame menu bar background if
`TitlePane.unifiedBackground` is `true`. (issue #274)