mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
* Source/NSTableView.m: Revert previous patch.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24431 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c222792abd
commit
0a9783724b
2 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,6 @@
|
|||
2007-01-29 Matt Rice <ratmice@gmail.com>
|
||||
|
||||
* Source/NSTableView.m: Revert previous patch.
|
||||
|
||||
2007-01-28 Matt Rice <ratmice@gmail.com>
|
||||
|
||||
|
|
|
@ -5231,9 +5231,6 @@ static BOOL selectContiguousRegion(NSTableView *self,
|
|||
{
|
||||
switch ([(NSNumber *)textMovement intValue])
|
||||
{
|
||||
case NSIllegalTextMovement:
|
||||
[self abortEditing];
|
||||
break;
|
||||
case NSReturnTextMovement:
|
||||
[self _editNextCellAfterRow: row inColumn: column];
|
||||
// Send action ?
|
||||
|
|
Loading…
Reference in a new issue