Cocoa Port: Fix UI issue where the Input Preferences window may not be automatically assigned as the first responder. (Regression from commit 1e9b179.)
This commit is contained in:
parent
f67f959fe3
commit
ccaefb18bc
|
@ -367,7 +367,7 @@
|
|||
{
|
||||
[self switchContentView:theView];
|
||||
|
||||
if ([toolbarItemIdentifier isEqualToString:[toolbarItemDisplay itemIdentifier]])
|
||||
if ([toolbarItemIdentifier isEqualToString:[toolbarItemInput itemIdentifier]])
|
||||
{
|
||||
[window makeFirstResponder:theView];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue