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
This commit is contained in:
Nicola Pero 2001-02-07 23:14:25 +00:00
parent 15ee05af34
commit f1fab48767

View file

@ -1,3 +1,8 @@
Wed Feb 7 21:44:41 2001 Nicola Pero <n.pero@mi.flashnet.it>
* 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 <n.pero@mi.flashnet.it>
* Source/NSSplitView.m ([-_adjustSubviews]): New method so that we