Citando Benhur Stein <[EMAIL PROTECTED]>: > I can make a new patch with these changes.
Here it is. It is the same patch as before, with changes to -selectTextAtRow:column: to use _selectCell:atRow:column: instead of the other way around, and calls to -selectTextAtRow:column: in -selectCell:, -selectCellWithTag:, -selectCellAtRow:column: I have also changed the name of -_setDottedRow:column: to _setKeyRow:column: Probably the variable names (_dottedRow and _dottedColumn) should be changed too. I also removed all uses of the instance variable _keyCell. They have been replaced with _cells[_dottedRow][_dottedColumn]. _keyCell could be removed from NSMatrix.h As before, I did not touch keyboard navigation. Have fun, Benhur _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
