I have an NSTextField Label that attributed the text in it. Color and size are different from the default values. (The text is slightly larger and green). Now I need to select the text in the shortcut to click the hyperlinks embedded in the attribute text. This works great; however, when you select text, the text format returns to the default values (smaller black font).
Is there a way to stop this behavior so that my style persists when the user clicks (selects text) on a shortcut?
EDIT: for the record, I have another shortcut with white text that does not change color when selected, only size.
source
share