]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/cocoa/overlay.mm
fixing class
[wxWidgets.git] / src / osx / cocoa / overlay.mm
index 979dd5113ee8af18e38539bdb6a6ec83be0bd262..b941a05a8790f0643bd6882a1eb42fabb39e80b9 100644 (file)
@@ -4,7 +4,7 @@
 // Author:      Stefan Csomor
 // Modified by:
 // Created:     2006-10-20
-// RCS-ID:      $Id: overlay.cpp 55419 2008-09-02 16:53:23Z SC $
+// RCS-ID:      $Id$
 // Copyright:   (c) wxWidgets team
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -97,9 +97,8 @@ void wxOverlayImpl::CreateOverlayWindow()
                                                       defer:YES];
     }
     [m_overlayWindow setOpaque:NO];
-    [m_overlayWindow setHasShadow:YES];
     [m_overlayWindow setIgnoresMouseEvents:YES];
-    [m_overlayWindow setAlphaValue:0.5];
+    [m_overlayWindow setAlphaValue:1.0];
     
     [m_overlayWindow orderFront:nil];
 }