Update of /cvsroot/mahogany/M/src/modules
In directory sc8-pr-cvs1:/tmp/cvs-serv2000/src/modules

Modified Files:
        TextViewer.cpp 
Log Message:
skip the mouse event if we don't process it ourselves

Index: TextViewer.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/TextViewer.cpp,v
retrieving revision 1.36
retrieving revision 1.37
diff -b -u -2 -r1.36 -r1.37
--- TextViewer.cpp      8 Sep 2002 19:23:12 -0000       1.36
+++ TextViewer.cpp      22 Nov 2002 21:36:31 -0000      1.37
@@ -313,7 +313,8 @@
 #endif // __WXMSW__/!__WXMSW__
 
-   ProcessMouseEvent(event, pos);
-
+   if ( !ProcessMouseEvent(event, pos) )
+   {
    event.Skip();
+   }
 }
 



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to