From: Stefan Csomor Date: Tue, 4 May 2004 09:40:47 +0000 (+0000) Subject: allowing shaped windows again X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/09155be84e2240da3977cf3629c42d412177a570 allowing shaped windows again git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27092 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/toplevel.cpp b/src/mac/carbon/toplevel.cpp index 5a126f299b..22864873fd 100644 --- a/src/mac/carbon/toplevel.cpp +++ b/src/mac/carbon/toplevel.cpp @@ -740,8 +740,6 @@ bool wxTopLevelWindowMac::Create(wxWindow *parent, // init our fields Init(); - style = style & ~wxFRAME_SHAPED ; - m_windowStyle = style; SetName(name);