mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 02:52:10 +00:00
Set NSWindow color space to sRGB on macOS (#10827)
This commit is contained in:
@@ -53,6 +53,11 @@ float RetinaHelper::get_scale_factor()
|
|||||||
[nc addObserver:self selector:@selector(windowDidChangeBackingProperties:)
|
[nc addObserver:self selector:@selector(windowDidChangeBackingProperties:)
|
||||||
name:NSWindowDidChangeBackingPropertiesNotification object:nil];
|
name:NSWindowDidChangeBackingPropertiesNotification object:nil];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
NSWindow* window = [aView window];
|
||||||
|
if (window) {
|
||||||
|
[window setColorSpace:[NSColorSpace sRGBColorSpace]];
|
||||||
|
}
|
||||||
}
|
}
|
||||||
return self;
|
return self;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user