mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
Get the entity flags switches into the right initial stage.
This commit is contained in:
parent
d8858c29e3
commit
583ab0622a
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…
Reference in a new issue