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

Modified Files:
        wxComposeView.cpp 
Log Message:
fix the background of the buttons in the composer

Index: wxComposeView.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxComposeView.cpp,v
retrieving revision 1.274
retrieving revision 1.275
diff -b -u -2 -r1.274 -r1.275
--- wxComposeView.cpp   26 Apr 2002 13:15:06 -0000      1.274
+++ wxComposeView.cpp   27 Apr 2002 21:45:01 -0000      1.275
@@ -201,7 +201,6 @@
    wxBitmap bmp = mApplication->GetIconManager()->GetBitmap(name);
 
-   // FIXME: bg colour still wrong
 #ifdef OS_WIN
-   bmp.SetMask(new wxMask(bmp, *wxLIGHT_GREY));
+   bmp.SetMask(new wxMask(bmp, wxColour(0xc6, 0xc6, 0xc6)));
 #endif // OS_WIN
 


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

Reply via email to