mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 10:40:47 +00:00
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:
parent
e3be87461b
commit
61f2011f7f
3 changed files with 544 additions and 1 deletions
|
@ -134,6 +134,8 @@
|
|||
|
||||
- (id)dataCell
|
||||
{
|
||||
if (!tbcol_datacell)
|
||||
return [[NSTextFieldCell new] autorelease];
|
||||
return tbcol_datacell;
|
||||
}
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue