mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 08:20:40 +00:00
Forge updates. Forge now saves, but does not load (heh) projects.
This commit is contained in:
parent
5f54a1931b
commit
caf9d820c1
12 changed files with 90 additions and 70 deletions
|
@ -179,7 +179,6 @@ static NSMutableArray *prefsViews = nil;
|
|||
|
||||
if (! [prefsViews containsObject: aController]) {
|
||||
[prefsViews addObject: aController];
|
||||
[aController autorelease];
|
||||
}
|
||||
|
||||
[button setTitle: [aController buttonCaption]];
|
||||
|
@ -191,6 +190,8 @@ static NSMutableArray *prefsViews = nil;
|
|||
|
||||
[iconList addColumnWithCells: [NSArray arrayWithObject: button]];
|
||||
[iconList sizeToCells];
|
||||
|
||||
[aController autorelease];
|
||||
}
|
||||
|
||||
- (NSBox *) prefsViewBox
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue