NSButtonCell -> setShowsFirstResponder in 12.4 makes button goes red

Hello, I am using NSButtonCell to render a button into context, but something goes wrong in 12.4 in code that has always worked.

If full keyboard access is turned on and I put setShowsFirstResponder and button is not in down state then button goes red.

NSButtonCell -> setShowsFirstResponder in 12.4 makes button go red

If the button is in pressed state then everything is ok....

Is this known issue with 12.4 or does anyone have any idea how I can prevent it going red in non pressed state when it has focus ?