mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 16:10: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
220bd2c9ae
commit
377dca3133
2 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue