Slight fix to new CPWindowController mechanics.

Reviewed by me.
This commit is contained in:
Francisco Ryan Tolmasky I
2009-07-27 18:42:04 -07:00
parent e8f1763615
commit 5bc92b686b
+3
View File
@@ -74,6 +74,9 @@
[self setShouldCloseDocument:NO];
[self setNextResponder:CPApp];
if (aWindow)
[self windowDidLoad];
}
return self;