pspp-sheet-view: Make Shift+Tab select only one cell when switching rows.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 28 Oct 2012 20:01:47 +0000 (13:01 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 28 Oct 2012 20:01:47 +0000 (13:01 -0700)
commit811c669032a18cfff53291a98e5803afdf39db36
treeb2290b7e2596d4723a1e3c3f4b0bb6c5cafe1a7e
parent731df357f8b7064c82c264b899ce784bf19320bf
pspp-sheet-view: Make Shift+Tab select only one cell when switching rows.

Before this commit, Shift+Tab at the start of a row in the data sheet would
select both the new cell and the cell below it.  After this commit, only
the new cell is selected, as one would expect.

Reported by John Darrington.
src/ui/gui/pspp-sheet-view.c