|
|
|
@@ -896,7 +896,7 @@ public: |
|
|
|
NSRect rect = rects[i];
|
|
|
|
CGContextSaveGState (cg);
|
|
|
|
CGContextClipToRect (cg, CGRectMake (rect.origin.x, rect.origin.y, rect.size.width, rect.size.height));
|
|
|
|
drawRect (cg, rect, displayScale);
|
|
|
|
drawRectWithContext (cg, rect, displayScale);
|
|
|
|
CGContextRestoreGState (cg);
|
|
|
|
}
|
|
|
|
|
|
|
|
|