mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-169363 Internal error on stating RubyMine EAP
This commit is contained in:
@@ -303,7 +303,7 @@ class UISettings : BaseState(), PersistentStateComponent<UISettings> {
|
||||
val shadowInstance: UISettings
|
||||
get() {
|
||||
val app = ApplicationManager.getApplication()
|
||||
return (if (app == null) null else instance) ?: UISettings().withDefFont()
|
||||
return (if (app == null) null else instanceOrNull) ?: UISettings().withDefFont()
|
||||
}
|
||||
|
||||
private val systemFontFaceAndSize: Pair<String, Int>
|
||||
|
||||
Reference in New Issue
Block a user