Improved handling of anchors in wxHTML: scroll to better position (patch #11406).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62674 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2009-11-17 20:20:48 +00:00
parent fde702ea51
commit 8e6c2840b4
3 changed files with 21 additions and 5 deletions

View File

@@ -716,6 +716,7 @@ All (GUI):
new CheckFit() method for more information.
- Allow reading GIFs with incorrectly specified animation size.
- Return number of frames in animated GIF from wxGIFHandler::GetImageCount().
- Improved anchors handling in wxHTML.
wxGTK: