XCActionBar icon indicating copy to clipboard operation
XCActionBar copied to clipboard

Remove restricted method call

Open daniel-beard opened this issue 11 years ago • 0 comments

  • From the documentation:

    Use the NSWindow makeFirstResponder: method, not this method, to make an object the first responder. Never invoke this method directly.

  • I don't think this method call was ever needed, as in the XCActionBarWindowController's windowDidBecomeKey: method correctly calls [self.window makeFirstResponder:self.searchField]; anyway.

daniel-beard avatar Mar 28 '15 21:03 daniel-beard