restored full redraw on repain behaviour by default, also some cleanup in the

windows classes registration code


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14883 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-04-01 13:36:55 +00:00
parent 24f932d22a
commit 03baf03186
4 changed files with 18 additions and 101 deletions

View File

@@ -103,6 +103,7 @@ wxBase:
after STL hash_map
- wxLocale now works in Unicode mode
- wxLocale can now load message catalogs in arbitrary encoding
- fixed the bug related to the redrawing on resize introduced in 2.3.2
Unix (Base/GUI):