fixed missing focus indicators in heavy-weight popups (issue #273)

This commit is contained in:
Karl Tauber
2021-03-24 11:43:06 +01:00
parent e18a04f9e6
commit de6e5bd800
2 changed files with 11 additions and 3 deletions

View File

@@ -18,6 +18,7 @@ FlatLaf Change Log
(issue #275)
- Custom window decorations: Fixed right aligned progress bar in embedded menu
bar was overlapping window title. (issue #272)
- Fixed missing focus indicators in heavy-weight popups. (issue #273)
- InternalFrame: Fixed translucent internal frame menu bar background if
`TitlePane.unifiedBackground` is `true`. (issue #274)