Revert "Try reinvoking -setWantsLayer: when applying layer properties"

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

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

@ -174,7 +174,6 @@ 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;