mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-23 06:20:47 +00:00
Remove call witch obliterates NSMatrix prototype
This commit is contained in:
parent
27e6f6b309
commit
b88467f572
1 changed files with 1 additions and 1 deletions
|
@ -534,7 +534,7 @@ NSComparisonResult _sortViews(id view1, id view2, void *context)
|
|||
|
||||
NSLog(@"editedObject = %@,\n\nsuperview = %@,\n\nmatrix = %@",editedObject, superview, matrix);
|
||||
[matrix setPrototype: cell];
|
||||
[matrix setCellClass: [cell class]];
|
||||
// [matrix setCellClass: [cell class]];
|
||||
[editedObject removeFromSuperview];
|
||||
|
||||
[document attachObject: matrix
|
||||
|
|
Loading…
Reference in a new issue