I have a NSTextField Label that has attributed text in it. The color and size are different from the defaults. (The text is a bit larger and green) Now, I need to be able to select the text in the label so as the click the hyperlinks embedded in the attributed text. This works fine; however, when selecting the text the format of the text reverts back to the defaults (a smaller, black font).
Is there anyway to stop this behavior so that my styling is preserved when the user clicks (selects text) on a Label?
EDIT: For the record, I have another label with white text that does not change color when selected, only size.