FlatTestFrame: fixed exception when changing scale factor (when running in Java 8)

This commit is contained in:
Karl Tauber
2019-11-13 10:48:20 +01:00
parent 0bef71907c
commit da0c562ac2
2 changed files with 16 additions and 4 deletions

View File

@@ -329,6 +329,10 @@ public class IntelliJTheme
return theme.dark;
}
public IntelliJTheme getTheme() {
return theme;
}
@Override
public UIDefaults getDefaults() {
UIDefaults defaults = super.getDefaults();