Don't scroll the grid when starting a cell editor if it will already
authorRobin Dunn <robin@alldunn.com>
Tue, 23 May 2006 02:17:39 +0000 (02:17 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 23 May 2006 02:17:39 +0000 (02:17 +0000)
commite1a66d9a86ead6f7acc929449268071874054b3c
tree76e500efc860bf60ec2eb9dc5b888bb2e4fcc89d
parent6dc3c14ff279d139e151b8eff53ab7fcf64b47ac
Don't scroll the grid when starting a cell editor if it will already
fit in the viewable space.  The way it was always jumping around drove
me nuts!

Also, ensure that keys like HOME or END won't start the cell editor on
wxGTK2.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39281 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/generic/grid.cpp