]> git.saurik.com Git - wxWidgets.git/commit
Fix regression with wxHTML table elements background handling.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 28 Dec 2012 00:44:13 +0000 (00:44 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 28 Dec 2012 00:44:13 +0000 (00:44 +0000)
commitff8af61ce07803bd86cafea25a06915dfed2ce36
treedb9f9d86b7aa708d2b7e396af0beb1f1faf81663
parentdee05929ba3eaccc583b289edebe2465b5308b42
Fix regression with wxHTML table elements background handling.

Wrong background was used for the text inside HTML tables since r72589, fix
this by setting the correct background before processing the table elements
and restoring it after doing it.

Closes #14909.

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