Added note about wxSizer::Show and wxListCtrl crash fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17616 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2002-10-24 11:04:17 +00:00
parent ed9cd416f1
commit ce72acc2c6

View File

@@ -176,12 +176,18 @@ OTHER CHANGES
All:
- added (partial) Indonesian translations (Bambang Purnomosidi D. P.)
- added wxSizer::Show by Carl Godkin, to make it easy to
ynamically show and hide sizers and windows (see samples/controls, wxSizer tab)
Unix (Base/GUI):
- minor OpenBSD compilation/linking fixes, now builds OOB under OpenBSD 3.1
- don't include -I/usr/include nor -I/usr/local/include in wx-config output
wxMSW:
- fixed crashes in wxListCtrl under XP
2.3.3
-----