diff --git a/AppKit/CPWindowController.j b/AppKit/CPWindowController.j index 8ee836374..f60abcfe2 100644 --- a/AppKit/CPWindowController.j +++ b/AppKit/CPWindowController.j @@ -74,6 +74,9 @@ [self setShouldCloseDocument:NO]; [self setNextResponder:CPApp]; + + if (aWindow) + [self windowDidLoad]; } return self;