cursorUpdate was called, but cursor was not updated

2013-04-05 Thread Peng Gu
I have a custom button, which was added as a subview of a textview. And I want the cursor to be changed to arrowCursor instead of the beam cursor when hover on the button. So I added tracking area. The cursorUpdate method was indeed called, but the cursor was still the beam cursor. It seems the

Re: cursorUpdate was called, but cursor was not updated

2013-04-05 Thread Steve Mills
On Apr 5, 2013, at 12:25:05, Peng Gu pan...@gmail.com wrote: I have a custom button, which was added as a subview of a textview. And I want the cursor to be changed to arrowCursor instead of the beam cursor when hover on the button. So I added tracking area. The cursorUpdate method was