Update of /cvsroot/mahogany/M/src/modules
In directory usw-pr-cvs1:/tmp/cvs-serv27134/src/modules
Modified Files:
LayoutViewer.cpp
Log Message:
The 'focus following mouse' on Windows seems to work correctly now with the default
viewer (not the others). Still protected with EXPERIMENTAL_FOCUS_FOLLOWS
Index: LayoutViewer.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/LayoutViewer.cpp,v
retrieving revision 1.24
retrieving revision 1.25
diff -b -u -2 -r1.24 -r1.25
--- LayoutViewer.cpp 3 Jun 2002 11:09:09 -0000 1.24
+++ LayoutViewer.cpp 25 Jul 2002 15:54:50 -0000 1.25
@@ -300,6 +300,6 @@
m_window = new LayoutViewerWindow(this, parent);
#if defined(__WXGTK__) || defined(EXPERIMENTAL_FOCUS_FOLLOWS)
- //m_window ->
- // SetFocusFollowMode(READ_CONFIG_BOOL(profile, MP_FOCUS_FOLLOWSMOUSE));
+ m_window ->
+ SetFocusFollowMode(READ_CONFIG_BOOL(GetProfile(), MP_FOCUS_FOLLOWSMOUSE));
#endif
}
-------------------------------------------------------
This sf.net email is sponsored by: Jabber - The world's fastest growing
real-time communications platform! Don't just IM. Build it in!
http://www.jabber.com/osdn/xim
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates