mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-25 11:50:42 +00:00
Merge branch 'windowcontroller-loadwindowfix'
This commit is contained in:
@@ -72,11 +72,17 @@
|
||||
|
||||
if (self)
|
||||
{
|
||||
if (aWindow)
|
||||
[self windowWillLoad];
|
||||
|
||||
[self setWindow:aWindow];
|
||||
[self setShouldCloseDocument:NO];
|
||||
|
||||
[self setNextResponder:CPApp];
|
||||
|
||||
if (aWindow)
|
||||
[self windowDidLoad];
|
||||
|
||||
_documents = [];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user