Remove call witch obliterates NSMatrix prototype

This commit is contained in:
Gregory John Casamento 2021-04-21 18:33:00 -04:00
parent 27e6f6b309
commit b88467f572

View file

@ -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