2

I manually bind the value of a NSTextView to a property of an object. When I call unbind, the window becomes first responder ... Why?

I don't want that!

brutella
  • 1,597
  • 13
  • 26

1 Answers1

0

Well there isn't a lot of information here, but you might want to check the responder chain to see if the window is next in line and being passed the focus.

Dustin
  • 6,783
  • 4
  • 36
  • 53