]> git.saurik.com Git - wxWidgets.git/commit
Fix background corruption in scrolled wxHtmlWindow.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 19 Feb 2013 23:13:21 +0000 (23:13 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 19 Feb 2013 23:13:21 +0000 (23:13 +0000)
commit4340a145d8ad49639b4955fa8a2a257a46c95d60
tree9b713d2f2f959392129b5655555229e0d8eee166
parent005659f0ffe0b280c3f800a5706b93fe9b78276e
Fix background corruption in scrolled wxHtmlWindow.

Draw the background on the entire virtual size, not just the currently shown
client size.

Closes #15047.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73543 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/html/htmlwin.cpp