Use wxTE_RICH2 for in-place wxGrid text editor control.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 Jun 2010 17:42:52 +0000 (17:42 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 Jun 2010 17:42:52 +0000 (17:42 +0000)
commit0033b1dfbafe3460e936d5e113799289f6f59f76
treefaf375a4f84d999e93599870a0f0722b263063a2
parent3cb332c1553bb977cb8db16c19c733684ef72805
Use wxTE_RICH2 for in-place wxGrid text editor control.

This works around a bug with the plain text edit control under MSW which seems
to totally lose its caret when we hide it and show it again for another cell.

This is not a proper fix for the problem, of course, but at least it does
allow to edit wxGrid cells in the meanwhile.

Closes #11681.

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