mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 22:00:46 +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
|
@ -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>
|
2007-01-28 Matt Rice <ratmice@gmail.com>
|
||||||
|
|
||||||
|
|
|
@ -5231,9 +5231,6 @@ static BOOL selectContiguousRegion(NSTableView *self,
|
||||||
{
|
{
|
||||||
switch ([(NSNumber *)textMovement intValue])
|
switch ([(NSNumber *)textMovement intValue])
|
||||||
{
|
{
|
||||||
case NSIllegalTextMovement:
|
|
||||||
[self abortEditing];
|
|
||||||
break;
|
|
||||||
case NSReturnTextMovement:
|
case NSReturnTextMovement:
|
||||||
[self _editNextCellAfterRow: row inColumn: column];
|
[self _editNextCellAfterRow: row inColumn: column];
|
||||||
// Send action ?
|
// Send action ?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue