< prev index next >

src/java.desktop/macosx/native/libawt_lwawt/awt/AWTView.m

Print this page

        

*** 1333,1343 **** else fInputMethodLOCKABLE = NULL; NSTextInputContext *curContxt = [NSTextInputContext currentInputContext]; kbdLayout = curContxt.selectedKeyboardInputSource; ! [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(keyboardInputSourceChanged:) name:NSTextInputContextKeyboardSelectionDidChangeNotification object:nil]; } --- 1333,1343 ---- else fInputMethodLOCKABLE = NULL; NSTextInputContext *curContxt = [NSTextInputContext currentInputContext]; kbdLayout = curContxt.selectedKeyboardInputSource; ! [[NSNotificationCenter defaultCenter] addObserver:[AWTView class] selector:@selector(keyboardInputSourceChanged:) name:NSTextInputContextKeyboardSelectionDidChangeNotification object:nil]; }
< prev index next >