Merge branch 'master' of github.com:gnustep/apps-gorm

This commit is contained in:
Gregory John Casamento 2023-08-27 18:16:37 -04:00
commit 14a7d6afdf
2 changed files with 350 additions and 230 deletions

File diff suppressed because it is too large Load diff

View file

@ -432,7 +432,13 @@
className = [classManager nonCustomSuperClassOf: className];
}
clz = [unarchiver classForClassName: className];
// [obj setBaseWindowClass: clz];
}
else if ([obj isKindOfClass: [NSMatrix class]])
{
if ([obj cellClass] == NULL)
{
[obj setCellClass: [NSButtonCell class]];
}
}
else if ([obj respondsToSelector: @selector(setTarget:)] &&
[obj respondsToSelector: @selector(setAction:)] &&