8248532: Every time I change keyboard language at my MacBook, Java crashes

Reviewed-by: serb, prr
This commit is contained in:
Prasanta Sadhukhan 2020-09-09 13:43:06 +00:00
parent d56096471b
commit 6329de4504

View File

@ -1335,7 +1335,7 @@ JNF_CLASS_CACHE(jc_CInputMethod, "sun/lwawt/macosx/CInputMethod");
NSTextInputContext *curContxt = [NSTextInputContext currentInputContext];
kbdLayout = curContxt.selectedKeyboardInputSource;
[[NSNotificationCenter defaultCenter] addObserver:self
[[NSNotificationCenter defaultCenter] addObserver:[AWTView class]
selector:@selector(keyboardInputSourceChanged:)
name:NSTextInputContextKeyboardSelectionDidChangeNotification
object:nil];