Try reinvoking -setWantsLayer: when applying layer properties

This commit is contained in:
Justin Spahr-Summers 2012-11-25 23:44:14 -08:00
Родитель 2a9c03a0a3
Коммит aec0b4fa0f
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -174,6 +174,7 @@ static IMP RBLViewDrawRectIMP;
#pragma mark Layer Management
- (void)applyLayerProperties {
[self setWantsLayer:YES];
self.layer.backgroundColor = self.backgroundColor.rbl_CGColor;
self.layer.cornerRadius = self.cornerRadius;
self.layer.masksToBounds = self.clipsToBounds;