Move RBLPopoverWindow's implementation down to where others are.

This commit is contained in:
Sheng Luo 2012-10-25 19:36:55 +08:00
Родитель a71e5570d8
Коммит 9694c86344
1 изменённых файлов: 10 добавлений и 8 удалений

Просмотреть файл

@ -19,14 +19,6 @@
@end
@implementation RBLPopoverWindow
- (BOOL)isKeyWindow {
return YES;
}
@end
//***************************************************************************
@interface RBLPopoverBackgroundView ()
@ -103,6 +95,16 @@ static NSTimeInterval const RBLPopoverDefaultFadeDuration = 0.3;
//***************************************************************************
@implementation RBLPopoverWindow
- (BOOL)isKeyWindow {
return YES;
}
@end
//***************************************************************************
@implementation RBLPopover
- (instancetype)initWithContentViewController:(NSViewController *)viewController {