mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
NSViewComponentPeer: Fix naming of drawRectWithContext
This commit is contained in:
parent
540001365c
commit
49bbadbca9
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue