gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Other cursor issue


From: Germán Arias
Subject: Re: Other cursor issue
Date: Sun, 15 Sep 2013 18:46:11 -0600
User-agent: GNUMail (Version 1.2.0)

On 2013-09-14 00:14:38 -0600 Germán Arias <address@hidden> wrote:
> 
> But obviously we should pop the current cursor. So one solution is write:
> 
> [[NSCursor currentCursor] mouseExited: theEvent];
> 
> when mouse exited (NSWindow line 4065). But I don't know if this can
> cause problems.
> 

This solution can be problematic with NSClipView objects. With more tests,
I found the cursor is correctly update when you close the open panel. But
then, when the user moves the mouse, it update again the cursor. But I'm
not sure why.

Germán.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]