diff --git a/Sources/VLSheetWindow.mm b/Sources/VLSheetWindow.mm index 6aae776..3a25300 100644 --- a/Sources/VLSheetWindow.mm +++ b/Sources/VLSheetWindow.mm @@ -88,6 +88,12 @@ return self; } +- (void)awakeFromNib +{ + [[self document] addWindowController:pdfWin]; + [[self document] addWindowController:logWin]; +} + - (void) dealloc { NSNotificationCenter * nc = [NSNotificationCenter defaultCenter];