No changes, just refactor wxTextCtrl::SetStyle() in wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 18 Sep 2010 16:26:30 +0000 (16:26 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 18 Sep 2010 16:26:30 +0000 (16:26 +0000)
commita8abba41bc63336be1f6002b041578e79c473d24
treeff7fdc04f0dcdd9327237f4ce81c74d582f9e4da
parent4f7c00f237b6308394adb074fc94a0de8e2391d5
No changes, just refactor wxTextCtrl::SetStyle() in wxMSW.

Split this overly long function into MSWSetCharFormat() and MSWSetParaFormat().

No real changes otherwise except for the use of PARAFORMAT instead of
PARAFORMAT2 if wxUSE_RICHEDIT2 is not set as it was certainly intended (but
the fact that nobody complained about this problem means that nobody must be
compiling without wxUSE_RICHEDIT2 by now so arguably we should just remove it
completely).

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