I'd like to override the default system control tint for my app to be always NSGraphiteControlTint
. The following code doesn't seem to work though. Any suggestions?
NSButton *button = [window standardWindowButton:NSWindowCloseButton];
[[button cell] setControlTint:NSGraphiteControlTint];
Regards, Erik