Update of /cvsroot/mahogany/M/src/gui
In directory usw-pr-cvs1:/tmp/cvs-serv7734/src/gui

Modified Files:
        wxlparser.cpp wxlwindow.cpp 
Log Message:
if mouse went into message view frame, focus changed to it, but when it went back to 
message list frame, focus didn't go back to it - corrected

Index: wxlparser.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxlparser.cpp,v
retrieving revision 1.52
retrieving revision 1.53
diff -b -u -2 -r1.52 -r1.53
--- wxlparser.cpp       16 Apr 2002 19:32:15 -0000      1.52
+++ wxlparser.cpp       4 Jun 2002 21:54:03 -0000       1.53
@@ -1,4 +1,4 @@
 /*-*- c++ -*-********************************************************
- * wxlparser.h : parsers,  import/export for wxLayoutList           *
+ * wxlparser.cpp : parsers,  import/export for wxLayoutList           *
  *                                                                  *
  * (C) 1998,1999 by Karsten Ball�der ([EMAIL PROTECTED])            *

Index: wxlwindow.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxlwindow.cpp,v
retrieving revision 1.132
retrieving revision 1.133
diff -b -u -2 -r1.132 -r1.133
--- wxlwindow.cpp       3 Jun 2002 11:09:09 -0000       1.132
+++ wxlwindow.cpp       4 Jun 2002 21:54:03 -0000       1.133
@@ -1,4 +1,4 @@
 /*-*- c++ -*-********************************************************
- * wxLwindow.h : a scrolled Window for displaying/entering rich text*
+ * wxlwindow.cpp : a scrolled Window for displaying/entering rich text*
  *                                                                  *
  * (C) 1998-2000 by Karsten Ball�der ([EMAIL PROTECTED])            *
@@ -171,5 +171,5 @@
    m_ScrollToCursor = false;
 #if defined(__WXGTK__) || defined(EXPERIMENTAL_FOCUS_FOLLOWS)
-   m_FocusFollowMode = true; //READ_APPCONFIG_BOOL(MP_FOCUS_FOLLOWSMOUSE);
+   m_FocusFollowMode = false; //READ_APPCONFIG_BOOL(MP_FOCUS_FOLLOWSMOUSE);
 #endif
    SetWordWrap(false);


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to