Changed wxGridCellEditor::IsAcceptedKey to only check Control and Alt,
authorRobin Dunn <robin@alldunn.com>
Sun, 12 Nov 2000 00:07:15 +0000 (00:07 +0000)
committerRobin Dunn <robin@alldunn.com>
Sun, 12 Nov 2000 00:07:15 +0000 (00:07 +0000)
commita4f7bf5849b8c2c8d8b2fd5ddf8266f6df0c575a
tree4f9217df53b6e1539bc7d4370a8edf2f4f64b244
parent3f3e668e3e3ca95f214f4f8ec0c3e1f21a94e6b5
Changed wxGridCellEditor::IsAcceptedKey to only check Control and Alt,
not Meta.  (NumLock is Meta for me, and so the old setting wouldn't
let any key activate the control if NumLock was on.)

Checked for WXK_NUMPAD_ENTER everywhere we were checking for
WXK_RETURN.

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