mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
Merge branch 'master' of github.com:gnustep/apps-gorm
This commit is contained in:
commit
14a7d6afdf
2 changed files with 350 additions and 230 deletions
File diff suppressed because it is too large
Load diff
|
@ -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:)] &&
|
||||
|
|
Loading…
Reference in a new issue