When I set my buttons to disabled, the text becomes gray (was black before).
In my window, the result is that the text is not readable when button is disabled.
I looked all over in the documentation of NSButton/NSButtonCell/NSCell/NSControl, but I did not find any way to keep the text black. Do you know how I can do that?
You can set buttons properties (font, colors) for each state in IB. So would setting its text color for the disabled state to black help?