mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
MouseCursor: Fix argument order in call to dictionaryWithObjectsAndKeys
This commit is contained in:
parent
6be2db68d6
commit
fe9fc0c0e6
1 changed files with 1 additions and 2 deletions
|
|
@ -93,8 +93,7 @@ private:
|
|||
|
||||
if (CGImageRef rasterCGImage = [originalImage CGImageForProposedRect: nil
|
||||
context: nil
|
||||
hints: [NSDictionary dictionaryWithObjectsAndKeys:
|
||||
NSImageHintCTM, scaleTransform, nil]])
|
||||
hints: [NSDictionary dictionaryWithObjectsAndKeys: scaleTransform, NSImageHintCTM, nil]])
|
||||
{
|
||||
NSBitmapImageRep* imageRep = [[NSBitmapImageRep alloc] initWithCGImage: rasterCGImage];
|
||||
[imageRep setSize: originalSize];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue