I have an NSSplitView
, and each subview (left/right) seems to draw a bright blue outline around them when clicked. Each of these subviews is a NSScrollView
Is there a means of disabling this? I have dug through the docs to no avail.
I have an NSSplitView
, and each subview (left/right) seems to draw a bright blue outline around them when clicked. Each of these subviews is a NSScrollView
Is there a means of disabling this? I have dug through the docs to no avail.
Select the Attributes inspector and under the "View" category set Focus Ring
property to none.
Make sure you do this to all views in the view hierarchy.