Set wxTextCtrl::m_verRichEdit to 4 for RichEdit 4.1.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 18 Sep 2010 16:26:22 +0000 (16:26 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 18 Sep 2010 16:26:22 +0000 (16:26 +0000)
commit4f7c00f237b6308394adb074fc94a0de8e2391d5
tree06a5b2ce72f4eaef4a03862fe2bd19b82cb7c9b3
parent3f53dd3a2f388772ab0d314f7f2b708e562cabc2
Set wxTextCtrl::m_verRichEdit to 4 for RichEdit 4.1.

Set m_verRichEdit to a different value for the version 4.1 of the control as
it behaves subtly differently from the previous versions.

Also clarify that value of 2 is used for both 2.0 and 3.0 versions of the
control.

No real changes yet.

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