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 d8858c29e3
commit 583ab0622a
1 changed files with 7 additions and 0 deletions

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