mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 03:04:00 +00:00
Set document for auxiliary windows
This commit is contained in:
parent
2cf436a393
commit
aeb8bfe233
|
@ -88,6 +88,12 @@
|
|||
return self;
|
||||
}
|
||||
|
||||
- (void)awakeFromNib
|
||||
{
|
||||
[[self document] addWindowController:pdfWin];
|
||||
[[self document] addWindowController:logWin];
|
||||
}
|
||||
|
||||
- (void) dealloc
|
||||
{
|
||||
NSNotificationCenter * nc = [NSNotificationCenter defaultCenter];
|
||||
|
|
Loading…
Reference in New Issue
Block a user