Big wxRichTextCtrl performance increase due to faster wrapping code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@50541 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2007-12-06 12:25:59 +00:00
parent 6d8d750e37
commit 7a6db76600
2 changed files with 119 additions and 31 deletions

View File

@@ -98,6 +98,7 @@ All (GUI):
- Ensure that wxGrid::AutoSizeColumn/Row() never sets column/row size
smaller than the minimal size.
- Added <scrollrate> parameter to wxScrolledWindow XRC handler.
- wxRichTextCtrl performance has been improved considerably.
All (Unix):