1

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.

enter image description here

briangonzalez
  • 1,606
  • 16
  • 21

1 Answers1

4

Select the Attributes inspector and under the "View" category set Focus Ring property to none.

enter image description here

Make sure you do this to all views in the view hierarchy.

Suhas
  • 1,500
  • 11
  • 15