diff --git a/AppKit/CPView.j b/AppKit/CPView.j index 2821a8147..089b6d07e 100644 --- a/AppKit/CPView.j +++ b/AppKit/CPView.j @@ -3720,6 +3720,7 @@ var CPViewAutoresizingMaskKey = @"CPViewAutoresizingMask", _opacity = 1.0; [self setBackgroundColor:[aCoder decodeObjectForKey:CPViewBackgroundColorKey]]; + [self _setupViewFlags]; _theme = [CPTheme defaultTheme]; _themeClass = [aCoder decodeObjectForKey:CPViewThemeClassKey];