Corrected problem with table column selection.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21992 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2005-11-12 20:35:35 +00:00
parent 1bec36dab3
commit 99bc1eab25
2 changed files with 6 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2005-11-12 15:33 Gregory John Casamento <greg_casamento@yahoo.com>
* GormCore/GormScrollViewAttributesInspector.m: Corrected problem
reported by Matt Rice with table column selection.
2005-11-04 00:20 Gregory John Casamento <greg_casamento@yahoo.com>
* GormCore/GormCustomClassInspector.m: Corrected problem with cell.

View file

@ -38,16 +38,14 @@
- (NSString*) editorClassName
{
/*
if ([self documentView])
{
return [[self documentView] editorClassName];
}
else
{
*/
return @"GormScrollViewEditor";
/* } */
}
}
@end