Merge branch 'refs/heads/slevenbits-key-popover-fix' into slevenbits

This commit is contained in:
Alexander Ljungberg
2012-12-12 18:17:34 +00:00
+8
View File
@@ -388,6 +388,14 @@ var _CPAttachedWindow_attachedWindowShouldClose_ = 1 << 0,
#pragma mark -
#pragma mark Overrides
/*!
Attached windows, such as pop overs, can usually become the key window.
*/
- (BOOL)canBecomeKeyWindow
{
return YES;
}
/*!
Called when the window is losing focus.
*/