diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/TableSource.m | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/TableSource.m b/Source/TableSource.m index 876c79d9..9dcc571c 100644 --- a/Source/TableSource.m +++ b/Source/TableSource.m @@ -1269,9 +1269,7 @@ traps enter and esc and make/cancel editing without entering next row } } else { if ( column == 2 ) { - [tableSourceView editColumn:column+4 row:row withEvent:nil select:YES]; - } else if ( column == 6 ) { - [tableSourceView editColumn:column+2 row:row withEvent:nil select:YES]; + [tableSourceView editColumn:column+6 row:row withEvent:nil select:YES]; } else { [tableSourceView editColumn:column+1 row:row withEvent:nil select:YES]; } |