From f1fab48767322dd47a1dccccdba8315d7b56783b Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Wed, 7 Feb 2001 23:14:25 +0000 Subject: [PATCH] Fixed NSBrowser reloadColumn: to restore the selected cells after reloading the column (before it was discarding them) git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9047 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 72fab0749..621bcd8d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Feb 7 21:44:41 2001 Nicola Pero + + * Source/NSBrowser.m ([-reloadColumn:]): Save the selected cells + in the column, then restore them after reloading the column. + Wed Feb 7 20:21:36 2001 Nicola Pero * Source/NSSplitView.m ([-_adjustSubviews]): New method so that we