From a2abbb1cc915365be89343c3e73c867ef76bc163 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Thu, 24 Feb 2011 09:35:23 +0000 Subject: [PATCH] Documented fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@67010 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/changes.txt b/docs/changes.txt index 4acf1c8870..a55436c47f 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -123,6 +123,7 @@ All (GUI): the item is already in the desired state. - Fixed bug in wxSizer::Replace(size_t, wxSizerItem *) whereby SetContainingSizer is not called. +- Fixed compilation with libpng 1.5 and above. wxMSW: @@ -150,6 +151,10 @@ wxGTK: reported as 0 when the menu hasn't fully realized yet. Now updates the height during idle time if it is 0, otherwise no menu is shown. +wxUniv: + +- Fixed assertion in tree control sample due to colour index not being supported. + 2.8.11: -------