This commit is contained in:
Danny Greg 2012-09-14 13:59:24 +01:00
Родитель c83f0cc06d
Коммит 250f4604f3
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -522,7 +522,7 @@ static CGFloat const RBLPopoverBackgroundViewArrowWidth = 35.0;
- (id)initWithFrame:(NSRect)frameRect {
self = [super initWithFrame:frameRect];
if(self == nil) return nil;
if (self == nil) return nil;
_arrowEdge = CGRectMinYEdge;
self.autoresizingMask = (NSViewWidthSizable | NSViewHeightSizable);