hi adrian,

rc1 introduced a bug that keeps the inactive cursor border visible  
even when the app regains focus.  you have to actually start typing  
to get it to disappear.  this won't be apparent unless you're using  
the bar or line style cursor.

uncommenting lines 2105/6 in nsterm.m seems to fix it. i.e.

--- nsterm.m    2007-02-21 15:44:59.000000000 -0800
+++ nsterm.m~   2006-12-29 06:14:09.000000000 -0800
@@ -2105,6 +2105,6 @@
    ns_focus(f, &r);
    //PENDING (9.0rc1): seems not needed
-   [FRAME_BACKGROUND_COLOR(f) set];
-   NSRectFill(r);
+//   [FRAME_BACKGROUND_COLOR(f) set];
+//   NSRectFill(r);
    [FRAME_CURSOR_COLOR(f) set];


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Emacs-app-dev- mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-

Reply via email to