Fixed bug #778299 - wxTE_RICH2 causes SetValue to show control.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37000 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jamie Gadd
2006-01-19 15:27:17 +00:00
parent eb5d9594db
commit b7a3ba7dcd
2 changed files with 9 additions and 1 deletions

View File

@@ -75,6 +75,8 @@ wxMSW:
- wxStatusBar no longer corrupts surrounding windows on resize.
- Enable wxListCtrl in report mode to be able to use images in other
columns, if ComCtl32 >= 470.
- Fixed problem where using SetValue and wxTE_RICH2 would cause control to
show.
wxGTK: