On 2013-09-14 00:14:38 -0600 Germán Arias <[email protected]> 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. _______________________________________________ Gnustep-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnustep-dev
