I'm trying to set the NSButton focus ring color to white. Currently, when the button has firstResponder, it shows a blue outline.
I am aware that there is the drawFocusRingMaskWithFrame:inView: to help do this, but I'm not sure how to use this to change the color to white. I haven't seen any working examples of this API in use.
Thanks.