Revision: 7503
          http://mahogany.svn.sourceforge.net/mahogany/?rev=7503&view=rev
Author:   vadz
Date:     2008-08-04 20:45:51 +0000 (Mon, 04 Aug 2008)

Log Message:
-----------
disable XP theme to make the splitter visible under Windows (this does look 
ugly but using XP theme requires using white background which doesn't look good 
for this window neither)

Modified Paths:
--------------
    trunk/M/src/gui/wxComposeView.cpp

Modified: trunk/M/src/gui/wxComposeView.cpp
===================================================================
--- trunk/M/src/gui/wxComposeView.cpp   2008-08-04 20:41:26 UTC (rev 7502)
+++ trunk/M/src/gui/wxComposeView.cpp   2008-08-04 20:45:51 UTC (rev 7503)
@@ -2205,7 +2205,7 @@
    // (we use it to make the tab navigation work)
    m_splitter = new wxPSplitterWindow(_T("ComposeSplit"), this, -1,
                                       wxDefaultPosition, wxDefaultSize,
-                                      wxSP_3D);
+                                      wxSP_3D | wxSP_NO_XP_THEME);
 
    m_panel = new wxPanel(m_splitter, -1);
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to