On 21 Aug 2008, at 09:16, Adrian Robert wrote:

I can. After startup, select a row of text, click onto another application, then back. I don't know if this was there before the patch.

I checked, it was not. In addition the patch introduces the following bug: the cursor is not changed to hollow box from block when focus on the frame is taken away.

This turned out to be the same, simple to fix bug.

I have checked in a fix (the essential bit is below). Nick, let me know how that's working for you.



***************
*** 2424,2431 ****
        if (!active_p)
        {
/* inactive window: ignore what we just set and use a hollow box */
!         cursorType = hollow_box;
!         [FRAME_CURSOR_COLOR (f) set];
        }

        NSDisableScreenUpdates ();
--- 2426,2432 ----
        if (!active_p)
        {
/* inactive window: ignore what we just set and use a hollow box */
!         cursorType = HOLLOW_BOX_CURSOR;
        }

        NSDisableScreenUpdates ();

Attachment: smime.p7s
Description: S/MIME cryptographic signature

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Emacs-app-dev- mailing list
Emacs-app-dev-@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-

Reply via email to