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:
nico 1999-10-25 22:13:15 +00:00
parent 9c693eb8c7
commit 8e0a52ebbc

View file

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