Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv3380/src/gui

Modified Files:
        wxMSplash.cpp 
Log Message:
use wxHW_NO_SELECTION to prevent the HTML window from capturing the mouse (we 
don't need selection here anyhow and it works around the bug related to 
deleting the window while it has capture under wxGTK)

Index: wxMSplash.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxMSplash.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -u -2 -r1.2 -r1.3
--- wxMSplash.cpp       4 Jun 2006 19:24:54 -0000       1.2
+++ wxMSplash.cpp       25 Aug 2006 16:30:30 -0000      1.3
@@ -175,5 +175,6 @@
                                             wxPoint(0, 0), sizeBmp);
    wxHtmlWindow *bottom = new wxHtmlWindow(this, wxID_ANY,
-                                           wxPoint(0, sizeBmp.y + 1), sizeBmp);
+                                           wxPoint(0, sizeBmp.y + 1), sizeBmp,
+                                           wxHW_DEFAULT_STYLE | 
wxHW_NO_SELECTION);
 
    ConnectMouseAndKeyEvents(top);


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to