diff --git a/AppKit/CPWindowController.j b/AppKit/CPWindowController.j index 2cfa3669c..c23702feb 100644 --- a/AppKit/CPWindowController.j +++ b/AppKit/CPWindowController.j @@ -364,7 +364,7 @@ { [viewControllerView removeFromSuperview]; [viewControllerView setFrame:[contentView frame]]; - [viewControllerView setAutoresizingMask:[contentView autoresizingMask]] + [viewControllerView setAutoresizingMask:[contentView autoresizingMask]]; [[self window] setContentView:viewControllerView]; } else