mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-06 22:10:54 +03:00
IntelliJ Themes: fixed window title bar background if unified background is enabled
This commit is contained in:
@@ -21,8 +21,10 @@ FlatLaf Change Log
|
|||||||
- Native window decorations: Removed superfluous pixel-line at top of screen
|
- Native window decorations: Removed superfluous pixel-line at top of screen
|
||||||
when window is maximized. (issue #296)
|
when window is maximized. (issue #296)
|
||||||
- Window decorations: Fixed random window title bar background in cases were
|
- Window decorations: Fixed random window title bar background in cases were
|
||||||
background is not filled by custom window/rootpane components and
|
background is not filled by custom window or root pane components and unified
|
||||||
`TitlePane.unifiedBackground` is `true`.
|
background is enabled.
|
||||||
|
- IntelliJ Themes: Fixed window title bar background if unified background is
|
||||||
|
enabled.
|
||||||
- Button and ToggleButton: Do not paint background of disabled (and unselected)
|
- Button and ToggleButton: Do not paint background of disabled (and unselected)
|
||||||
toolBar buttons. (issue #292; regression since fixing #112)
|
toolBar buttons. (issue #292; regression since fixing #112)
|
||||||
- SplitPane: `JSplitPane.setContinuousLayout(false)` did not work. (issue #301)
|
- SplitPane: `JSplitPane.setContinuousLayout(false)` did not work. (issue #301)
|
||||||
|
|||||||
@@ -22,6 +22,12 @@
|
|||||||
# - https://www.formdev.com/flatlaf/how-to-customize/
|
# - https://www.formdev.com/flatlaf/how-to-customize/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
#---- system colors ----
|
||||||
|
|
||||||
|
# fix system colors because they are usually not set in .json files
|
||||||
|
control = lazy(Panel.background)
|
||||||
|
|
||||||
|
|
||||||
#---- Button ----
|
#---- Button ----
|
||||||
|
|
||||||
Button.startBackground = $Button.background
|
Button.startBackground = $Button.background
|
||||||
|
|||||||
Reference in New Issue
Block a user