From b7a785dc2ee57613b45a77eebf768ea7036c3ed9 Mon Sep 17 00:00:00 2001 From: nico Date: Wed, 25 Apr 2001 20:41:44 +0000 Subject: [PATCH] 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 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index fe671d097..dd819001b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Apr 25 22:31:34 2001 Nicola Pero + + * 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 * Source/NSMatrix.m ([NSMatrix -_mouseDownNonListMode:]): does not