Actually default clearsContextBeforeDrawing to YES

This commit is contained in:
Justin Spahr-Summers 2012-07-29 17:42:54 -07:00
Родитель 19a4c3143d
Коммит 0c0ca719f4
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -75,6 +75,7 @@ static IMP RBLViewDrawRectIMP;
self.wantsLayer = YES;
self.layerContentsPlacement = NSViewLayerContentsPlacementScaleAxesIndependently;
self.clearsContextBeforeDrawing = YES;
if ([self.class doesCustomDrawing]) {
// Use more conservative defaults if -drawRect: is overridden, to ensure