mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
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:
parent
1bec36dab3
commit
99bc1eab25
2 changed files with 6 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -38,16 +38,14 @@
|
|||
|
||||
- (NSString*) editorClassName
|
||||
{
|
||||
/*
|
||||
if ([self documentView])
|
||||
{
|
||||
return [[self documentView] editorClassName];
|
||||
}
|
||||
else
|
||||
{
|
||||
*/
|
||||
return @"GormScrollViewEditor";
|
||||
/* } */
|
||||
}
|
||||
}
|
||||
@end
|
||||
|
||||
|
|
Loading…
Reference in a new issue