fixing typo (lead to always floating layering for simple frames)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55778 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2008-09-21 20:04:04 +00:00
parent cbea3ec6ae
commit e912ebe39f

View 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 )
{