]> git.saurik.com Git - wxWidgets.git/commit
Derive wxGridWindow from wxWindow instead of wxPanel so thw SetFocus
authorRobin Dunn <robin@alldunn.com>
Tue, 5 Feb 2002 20:38:25 +0000 (20:38 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 5 Feb 2002 20:38:25 +0000 (20:38 +0000)
commit59ddac01094fa71996012466638d4e2d965362ae
treebf0b9838161263d7b9e6b363bdc4f55737e416e8
parent8a77c0d769cdfd3ee57d0f38657d3aa3a465d073
Derive wxGridWindow from wxWindow instead of wxPanel so thw SetFocus
in HideCellEditControl() will actually set the focus to the grid
window instead of back to the cell editor which was just hidden.

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