Re: Rendering control images in Dark Mode
Jon Gotow
[NSImage drawInRect:...] won't do it. NSImageView will render template images correctly, if you can somehow add one to your control, or you can use one of the methods discussed here:
toggle quoted messageShow quoted text
https://stackoverflow.com/questions/7137705/how-to-draw-a-nsimage-like-images-in-nsbuttons-with-a-deepness/7138497#7138497 - Jon
On Oct 18, 2018, at 5:10 PM, Graham Cox <graham@...> wrote:
|
|