mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-21 00:39:39 +01:00
JBR-6764: Add null check on hostAdapterLocator
(cherry picked from commit 7396316337)
This commit is contained in:
committed by
Nikita Gubarkov
parent
409efc015e
commit
8cb15d1ec9
@@ -401,7 +401,7 @@ class ExecutableInputMethodManager extends InputMethodManager
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Workaround for JBR-6764
|
// Workaround for JBR-6764
|
||||||
if (FontUtilities.isMacOSX) {
|
if (hostAdapterLocator != null && FontUtilities.isMacOSX) {
|
||||||
return hostAdapterLocator.deriveLocator(locale);
|
return hostAdapterLocator.deriveLocator(locale);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user