mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +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;
|
||||
}
|
||||
|
||||
-(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
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue