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