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

Modified Files:
        TextViewer.cpp 
Log Message:
fixed weird mouse behaviour when using popup menu in the text viewer (at least under 
GTK)

Index: TextViewer.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/TextViewer.cpp,v
retrieving revision 1.29
retrieving revision 1.30
diff -b -u -2 -r1.29 -r1.30
--- TextViewer.cpp      25 Apr 2002 18:24:49 -0000      1.29
+++ TextViewer.cpp      27 Apr 2002 11:32:51 -0000      1.30
@@ -303,8 +303,7 @@
 #endif // __WXMSW__/!__WXMSW__
 
-   if ( !ProcessMouseEvent(event, pos) )
-   {
+   ProcessMouseEvent(event, pos);
+
       event.Skip();
-   }
 }
 


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

Reply via email to