Fixed bug in the table view, which was crashing when a selected row

was removed


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9704 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-04-25 20:41:44 +00:00
parent 8e481799f9
commit 0a6d78a675

View file

@ -1,3 +1,10 @@
Wed Apr 25 22:31:34 2001 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSTableView.m ([-noteNumberOfRowsChanged]): Added code
which checks that the old range of selected rows is still valid -
ie, it still falls inside the table - and if not, the code
rearranges it to fit into the table.
2001-04-23 Mirko Viviani <mirko.viviani@rccr.cremona.it>
* Source/NSMatrix.m ([NSMatrix -_mouseDownNonListMode:]): does not