Fixed bug #1163384. Moved the code that handles activating the cell
authorRobin Dunn <robin@alldunn.com>
Sat, 19 Mar 2005 22:33:17 +0000 (22:33 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 19 Mar 2005 22:33:17 +0000 (22:33 +0000)
commit63e2147c8b027645682e0e4cd013a3f30bbd3483
tree8db165b217608d91df5f03c283cbfdeb1e4c3d45
parent88c6b2812a2c483a53f89c32f40329a3d2f2e8e3
Fixed bug #1163384.  Moved the code that handles activating the cell
editors to a EVT_CHAR event handler.  This is done so the character
inserted into the editor will be the "cooked" char value (including
accented or composed keys) rather than the raw code provided by the
EVT_KEY_DOWN.

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