correcting alpha and removing window shadow for overlay

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63960 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2010-04-12 20:25:46 +00:00
parent fa6ff5f183
commit 583982c82f

View File

@ -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];
}