Documented fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@67010 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2011-02-24 09:35:23 +00:00
parent ff19309e93
commit a2abbb1cc9

View File

@@ -123,6 +123,7 @@ All (GUI):
the item is already in the desired state. the item is already in the desired state.
- Fixed bug in wxSizer::Replace(size_t, wxSizerItem *) whereby SetContainingSizer - Fixed bug in wxSizer::Replace(size_t, wxSizerItem *) whereby SetContainingSizer
is not called. is not called.
- Fixed compilation with libpng 1.5 and above.
wxMSW: wxMSW:
@@ -150,6 +151,10 @@ wxGTK:
reported as 0 when the menu hasn't fully realized yet. Now updates the height during 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. 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: 2.8.11:
------- -------