mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-12 06:57:13 -06:00
FlatTestFrame: fixed exception when changing scale factor (when running in Java 8)
This commit is contained in:
@@ -329,6 +329,10 @@ public class IntelliJTheme
|
||||
return theme.dark;
|
||||
}
|
||||
|
||||
public IntelliJTheme getTheme() {
|
||||
return theme;
|
||||
}
|
||||
|
||||
@Override
|
||||
public UIDefaults getDefaults() {
|
||||
UIDefaults defaults = super.getDefaults();
|
||||
|
||||
Reference in New Issue
Block a user