An NSMenuItem's view (instance of an NSView subclass) isn't highlighting on hover
- by Alexsander Akers
I need to use a custom NSView subclass to draw some content, but it isn't drawing as highlighted when the user hovers and it doesn't dismiss the NSMenu when the user clicks on it. Any ideas?
Edit
It's a subclass, not a descendent.