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:
rogerman 2017-09-03 14:25:25 -07:00
parent f67f959fe3
commit ccaefb18bc
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@
{
[self switchContentView:theView];
if ([toolbarItemIdentifier isEqualToString:[toolbarItemDisplay itemIdentifier]])
if ([toolbarItemIdentifier isEqualToString:[toolbarItemInput itemIdentifier]])
{
[window makeFirstResponder:theView];
}