fixed incorrect layout width caching in wxHtmlContainerCell (patch #1931479)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53160 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2008-04-13 12:29:53 +00:00
parent 3657a5a4d8
commit 87be8ad315
2 changed files with 4 additions and 3 deletions

View File

@@ -131,6 +131,7 @@ All (GUI):
best size if needed.
- Made wxSpinCtrl::Reparent() in MSW and generic versions (Angelo Mottola).
- Fixed timing of malformed animated GIFs in wxHTML (Gennady Feller).
- Fixed incorrect layout width caching in wxHTML (Jeff Tupper).
All (Unix):