From ce72acc2c6edbe7b4999edd614b291a4afc33440 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Thu, 24 Oct 2002 11:04:17 +0000 Subject: [PATCH] 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 --- docs/changes.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/changes.txt b/docs/changes.txt index cc77ac4228..91723150d6 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -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 -----