changing ES_LEFT/CENTER/RIGHT styles only works for plain (not rich) controls and...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 20 Dec 2006 13:38:25 +0000 (13:38 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 20 Dec 2006 13:38:25 +0000 (13:38 +0000)
commit9b99c1e36a5481f2c24bee87414c68269baae4c7
treec744830eacf6201b78bed90db3b2797fe406f766
parentb370e7587f0875733b859f496bc2a99c573ff088
changing ES_LEFT/CENTER/RIGHT styles only works for plain (not rich) controls and only under XP, recreate the control in SetWindowStyleFlag() if it's a richedit one or if the system is earlier than XP

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