]> git.saurik.com Git - wxWidgets.git/commitdiff
fixing typo (lead to always floating layering for simple frames)
authorStefan Csomor <csomor@advancedconcepts.ch>
Sun, 21 Sep 2008 20:04:04 +0000 (20:04 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sun, 21 Sep 2008 20:04:04 +0000 (20:04 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55778 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/cocoa/nonownedwnd.mm

index ed05e210890e43f84077e7b03d181481ccb216f5..6e270ee8266b5ec19e1c84ccd44d4e7e13042c60 100644 (file)
@@ -251,7 +251,7 @@ long style, long extraStyle, const wxString& name )
     else
         m_macWindow = [wxNSWindow alloc];
     
-    CGWindowLevel level = kCGNormalWindowLevelKey;
+    CGWindowLevel level = kCGNormalWindowLevel;
     
     if ( style & wxFRAME_TOOL_WINDOW )
     {