allowing shaped windows again

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27092 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2004-05-04 09:40:47 +00:00
parent fc2171bd4c
commit 09155be84e

View File

@@ -740,8 +740,6 @@ bool wxTopLevelWindowMac::Create(wxWindow *parent,
// init our fields
Init();
style = style & ~wxFRAME_SHAPED ;
m_windowStyle = style;
SetName(name);