diff --git a/AppKit/CPView.j b/AppKit/CPView.j index 4dc5dc61d..61cba8ec6 100644 --- a/AppKit/CPView.j +++ b/AppKit/CPView.j @@ -2107,6 +2107,9 @@ setBoundsOrigin: for (var attributeName in _themeAttributes) if (_themeAttributes.hasOwnProperty(attributeName)) [_themeAttributes[attributeName] setParentAttribute:[theme _attributeWithName:attributeName forClass:themeClass]]; + + [self setNeedsLayout]; + [self setNeedsDisplay:YES]; } - (CPDictionary)_themeAttributeDictionary