Crucial fix to make NSControl usable un-subclassed

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5078 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 1999-10-25 22:13:15 +00:00
parent 9737128f0b
commit 8f94336ad5

View file

@ -140,10 +140,7 @@ static Class cellClass;
*/
- (id) selectedCell
{
if ([cell state])
return cell;
else
return nil;
return cell;
}
- (int) selectedTag