mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-06-01 17:12:15 +00:00
Get the entity flags switches into the right initial stage.
This commit is contained in:
parent
68190bd431
commit
d8773fddb1
1 changed files with 7 additions and 0 deletions
|
@ -21,6 +21,13 @@ id things_i;
|
||||||
return self;
|
return self;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
-(void)awakeFromNib
|
||||||
|
{
|
||||||
|
//FIXME this should not be needed (bug in gnustep?)
|
||||||
|
[flags_i selectAll: self];
|
||||||
|
[flags_i deselectAllCells];
|
||||||
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
// Load the TEXT object with the entity comment
|
// Load the TEXT object with the entity comment
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue