NSTable fixes.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4651 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
michael 1999-07-26 04:47:09 +00:00
parent e3be87461b
commit 61f2011f7f
3 changed files with 544 additions and 1 deletions

View file

@ -134,6 +134,8 @@
- (id)dataCell
{
if (!tbcol_datacell)
return [[NSTextFieldCell new] autorelease];
return tbcol_datacell;
}
@end