Fixed several style, paste and undo bugs

Added a reload function to the sample for quickly restoring original text


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@51739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2008-02-12 17:05:32 +00:00
parent aab329d19f
commit af5f42f506
3 changed files with 169 additions and 130 deletions

View File

@@ -104,6 +104,7 @@ All (GUI):
smaller than the minimal size.
- Added <scrollrate> parameter to wxScrolledWindow XRC handler.
- wxRichTextCtrl performance has been improved considerably.
- Several wxRichTextCtrl style, paste and undo bugs fixed.
- wxNotebook RTTI corrected, so now wxDynamicCast(notebook, wxBookCtrlBase)
works.
- When focus is set to wxScrolledWindow child, scroll it into view.