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:
parent
cbea3ec6ae
commit
e912ebe39f
@ -251,7 +251,7 @@ long style, long extraStyle, const wxString& name )
|
|||||||
else
|
else
|
||||||
m_macWindow = [wxNSWindow alloc];
|
m_macWindow = [wxNSWindow alloc];
|
||||||
|
|
||||||
CGWindowLevel level = kCGNormalWindowLevelKey;
|
CGWindowLevel level = kCGNormalWindowLevel;
|
||||||
|
|
||||||
if ( style & wxFRAME_TOOL_WINDOW )
|
if ( style & wxFRAME_TOOL_WINDOW )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user