]> git.saurik.com Git - wxWidgets.git/commit
Ensure wxWebViewIE::SetPage clears the existing content before writing the new output...
authorSteve Lamerton <steve.lamerton@gmail.com>
Sun, 18 Dec 2011 11:51:52 +0000 (11:51 +0000)
committerSteve Lamerton <steve.lamerton@gmail.com>
Sun, 18 Dec 2011 11:51:52 +0000 (11:51 +0000)
commit7f98bdd6a50b7d328a6fb3bd59a95e36f34aa68c
tree63476c3714cef8b165c37a7c7f41424d8203469e
parent913ce2990e22172fd68ab06b0c380cc70d88fc52
Ensure wxWebViewIE::SetPage clears the existing content before writing the new output. Also add a basic unit test to verify correctness in the future.

Fixes #13770

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70041 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/webview_ie.cpp
tests/controls/webtest.cpp