fixed rendering of wxTextCtrl's border with wxTE_RICH(2) styles and XP's Classic theme

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@52263 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2008-03-02 20:40:12 +00:00
parent 7f02d57e99
commit be50cecab6
2 changed files with 22 additions and 10 deletions

View File

@@ -148,6 +148,8 @@ wxMSW:
for increased reliability and conformance to user expectations.
- Fixed double Init() call in wxTopLevelWindow causing a memory leak on
SmartPhone.
- Fixed rendering of borders for wxTextCtrl with wxTE_RICH(2) style when
using Windows XP's Classic UI theme.
wxGTK: