mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 19:51:00 +00:00
Update GormDocument and GormObjectOutlineView files
This commit is contained in:
parent
00a962677a
commit
77497d00ff
4 changed files with 3 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -381,7 +381,9 @@ static NSImage *fileImage = nil;
|
|||
[objectsView setAutoresizingMask:
|
||||
NSViewHeightSizable|NSViewWidthSizable];
|
||||
[scrollView setDocumentView: objectsView];
|
||||
RELEASE(objectsView);
|
||||
RELEASE(objectsView);
|
||||
[[objectViewController view] setAutoresizingMask:
|
||||
NSViewHeightSizable|NSViewWidthSizable];
|
||||
[objectViewController resetDisplayView: scrollView];
|
||||
|
||||
// images...
|
||||
|
|
Loading…
Reference in a new issue