diff --git a/Source/InputMethodController.mm b/Source/InputMethodController.mm index 9dec8a06..d081ad1c 100644 --- a/Source/InputMethodController.mm +++ b/Source/InputMethodController.mm @@ -1436,11 +1436,7 @@ public: - (void)showPreferences:(id)sender { // show the preferences panel, and also make the IME app itself the focus - if ([IMKInputController instancesRespondToSelector:@selector(showPreferences:)]) { - [super showPreferences:sender]; - } else { - [(AppDelegate *)[NSApp delegate] showPreferences]; - } + [(AppDelegate *)[NSApp delegate] showPreferences]; [[NSApplication sharedApplication] activateIgnoringOtherApps:YES]; }