]> git.saurik.com Git - wxWidgets.git/commitdiff
allowing shaped windows again
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 4 May 2004 09:40:47 +0000 (09:40 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 4 May 2004 09:40:47 +0000 (09:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27092 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/toplevel.cpp

index 5a126f299b7bf4d3ec3fe06ba81f71aa8335091a..22864873fd2d916563c439fd541ad41fbb8a40d7 100644 (file)
@@ -740,8 +740,6 @@ bool wxTopLevelWindowMac::Create(wxWindow *parent,
     // init our fields
     Init();
 
-    style = style & ~wxFRAME_SHAPED ;
-
     m_windowStyle = style;
 
     SetName(name);