fixup! Exclude file browser width from new windows’ width

This commit is contained in:
Allan Odgaard
2013-02-22 15:51:03 +01:00
parent 455ecafdb5
commit 8041b71d98

View File

@@ -122,7 +122,7 @@ OAK_DEBUG_VAR(WindowFrameHelper);
if([self ignoreWindow:win])
continue;
D(DBF_WindowFrameHelper, bug("window @ %s (%s)\n", [NSStringFromRect([self windowFrame:win) UTF8String], [[[[win delegate] class] description] UTF8String]););
D(DBF_WindowFrameHelper, bug("window @ %s (%s)\n", [NSStringFromRect([self windowFrame:win]) UTF8String], [[[[win delegate] class] description] UTF8String]););
if(NSMaxY([self windowFrame:win]) < winYPos)
{
winYPos = NSMaxY([self windowFrame:win]);