diff --git a/AppKit/CPBox.j b/AppKit/CPBox.j index 9ab1d47d1..dd8c35192 100644 --- a/AppKit/CPBox.j +++ b/AppKit/CPBox.j @@ -630,7 +630,11 @@ var CPBoxTypeKey = @"CPBoxTypeKey", [_contentView setSubviews:[malformedContentView subviews]]; [self replaceSubview:malformedContentView with:_contentView]; } - + else + { + _titlePosition = CPNoTitle; + } + [self setAutoresizesSubviews:YES]; [_contentView setAutoresizingMask:CPViewWidthSizable | CPViewHeightSizable];