mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
Fix outline view bug
This commit is contained in:
parent
36ffbfb84b
commit
50a89635fc
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue