Having some trouble with changing the `NSCursor` on hover.
I have an `NSButton` layered on top of an `NSTextView`, and I want the button to use the `.pointingHand` cursor type when hovering it.
But the text view will constantly override the `.pointingHand` back to the default for text views, which is the `.iBeam`.
It’s not the first time I’ve been fighting this behavior. I’ve been trying to find a workaround before, but never spent much time on it, as I considered it a low-priority bug fix.
But today I finally had the time to figure out a way to fix it. #AppKit #macOS

GitHub
GitHub - frederikhandberg0709/NSCursor-hover-tracking: Change NSCursor when hovering NSButton above NSTextView
Change NSCursor when hovering NSButton above NSTextView - frederikhandberg0709/NSCursor-hover-tracking