From bca25d0f5f18f779515273da9fef6c2afac12151 Mon Sep 17 00:00:00 2001 From: Ross Boucher Date: Fri, 4 Dec 2009 16:48:43 -0800 Subject: [PATCH] Fix for windows being super floaty --- AppKit/Cib/_CPCibWindowTemplate.j | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/AppKit/Cib/_CPCibWindowTemplate.j b/AppKit/Cib/_CPCibWindowTemplate.j index 47763f774..9c792c4bd 100644 --- a/AppKit/Cib/_CPCibWindowTemplate.j +++ b/AppKit/Cib/_CPCibWindowTemplate.j @@ -14,7 +14,7 @@ var _CPCibWindowTemplateMinSizeKey = @"_CPCibWindowTemplateMinS _CPCibWindowTemplateWindowViewKey = @"_CPCibWindowTemplateWindowViewKey", _CPCibWindowTemplateWindowAutorecalculatesKeyViewLoop = @"_CPCibWindowTemplateWindowAutorecalculatesKeyViewLoop"; - _CPCibWindowTemplateWindowIsFullPlatformWindowKey = @"_CPCibWindowTemplateWindowIsFullPlatformWindowKey"; + _CPCibWindowTemplateWindowIsFullPlatformWindowKey = @"_CPCibWindowTemplateWindowIsFullPlatformWindowKey"; @implementation _CPCibWindowTemplate : CPObject { @@ -134,9 +134,8 @@ var _CPCibWindowTemplateMinSizeKey = @"_CPCibWindowTemplateMinS [theWindow setMinSize:_minSize]; if (_maxSize) [theWindow setMaxSize:_maxSize]; - [theWindow setLevel:CPFloatingWindowLevel]; - //[result setHidesOnDeactivate:(_wtFlags&0x80000000)?YES:NO]; + //[result setHidesOnDeactivate:(_wtFlags&0x80000000)?YES:NO]; [theWindow setTitle:_windowTitle]; // FIXME: we can't autoresize yet...