Get the entity flags switches into the right initial stage.

This commit is contained in:
Bill Currie 2010-09-27 23:17:03 +09:00
parent 68190bd431
commit d8773fddb1

View file

@ -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
//