Fix outline view bug

This commit is contained in:
Gregory John Casamento 2023-08-27 18:16:32 -04:00
parent 36ffbfb84b
commit 50a89635fc

View file

@ -153,7 +153,7 @@ NSImage *browserImage = nil;
RELEASE(tableColumn);
// expand all of the items in the classesView...
[outlineView expandItem: @"NSObject"];
// [outlineView expandItem: @"NSObject"];
[outlineView setFrame: scrollRect];
// allocate the NSBrowser view.