mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-13 15:27:16 -06:00
Window decorations: fixed title pane background color in IntelliJ themes if window is inactive
This commit is contained in:
@@ -20,6 +20,8 @@ FlatLaf Change Log
|
|||||||
- Demo: Fixed restoring last used theme on startup. (regression in 0.39)
|
- Demo: Fixed restoring last used theme on startup. (regression in 0.39)
|
||||||
- Custom window decorations: Fixed iconify, maximize and close icon colors if
|
- Custom window decorations: Fixed iconify, maximize and close icon colors if
|
||||||
window is inactive.
|
window is inactive.
|
||||||
|
- Custom window decorations: Fixed title pane background color in IntelliJ
|
||||||
|
themes if window is inactive.
|
||||||
|
|
||||||
#### Other Changes
|
#### Other Changes
|
||||||
|
|
||||||
|
|||||||
@@ -531,6 +531,7 @@ public class IntelliJTheme
|
|||||||
uiKeyMapping.put( "Slider.trackWidth", "" ); // ignore (used in Material Theme UI Lite)
|
uiKeyMapping.put( "Slider.trackWidth", "" ); // ignore (used in Material Theme UI Lite)
|
||||||
|
|
||||||
// TitlePane
|
// TitlePane
|
||||||
|
uiKeyCopying.put( "TitlePane.inactiveBackground", "TitlePane.background" );
|
||||||
uiKeyMapping.put( "TitlePane.infoForeground", "TitlePane.foreground" );
|
uiKeyMapping.put( "TitlePane.infoForeground", "TitlePane.foreground" );
|
||||||
uiKeyMapping.put( "TitlePane.inactiveInfoForeground", "TitlePane.inactiveForeground" );
|
uiKeyMapping.put( "TitlePane.inactiveInfoForeground", "TitlePane.inactiveForeground" );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user