mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-21 21:52:53 +00:00
Matrix fix
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5167 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
96696de22c
commit
ce20cbe118
2 changed files with 6 additions and 1 deletions
|
@ -1856,7 +1856,7 @@ fprintf(stderr, " NSMatrix: selectTextAtRow --- ");
|
|||
cellClass = defaultCellClass;
|
||||
}
|
||||
cellNew = [cellClass methodForSelector: allocSel];
|
||||
cellInit = [cellClass methodForSelector: initSel];
|
||||
cellInit = [cellClass instanceMethodForSelector: initSel];
|
||||
DESTROY(cellPrototype);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue