add missing super call

This commit is contained in:
Jesús A. Álvarez 2017-10-01 13:47:47 +02:00
parent 041c986ac4
commit e010bed7d1

View File

@ -26,6 +26,7 @@ const NSUInteger KBKeyEventStickyKey = 1 << 24;
}
- (void)awakeFromNib {
[self awakeFromNib];
self.dark = NO;
}