mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 18:31:20 +00:00
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:
parent
8e481799f9
commit
0a6d78a675
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue