]> git.saurik.com Git - wxWidgets.git/commit
Improve appearance of text with background colour in wxHTML.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 Jan 2013 12:53:22 +0000 (12:53 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 Jan 2013 12:53:22 +0000 (12:53 +0000)
commitbe9cae51e696b6e363446a436ea7682e0a3320ca
tree7f90d48136a0412d5f72013d89fc5b60fc44739d
parente0e6f3dc808e4c2aa4942375758b4eea60d0c665
Improve appearance of text with background colour in wxHTML.

Use wxHTML_CLR_TRANSPARENT_BACKGROUND instead of wxHTML_CLR_BACKGROUND for the
bgcolor attribute of the body tag to prevent clipping of the text cells by the
next cell with opaque background.

Closes #14986.

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