]> git.saurik.com Git - wxWidgets.git/commit
Allow resetting background colour of wxHtmlContainerCell.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 29 Jun 2013 12:50:37 +0000 (12:50 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 29 Jun 2013 12:50:37 +0000 (12:50 +0000)
commit88343ddae94c7925a2ae884b76f6ac3246c23c48
tree1e6099bcec5422806a55242f81e4ea8f4dba2514
parentf03884e3229d38afb02debe8296782314f40c4f3
Allow resetting background colour of wxHtmlContainerCell.

Don't use m_UseBkColour flag which remained always set once
SetBackgroundColour() had been called, but just rely on m_BkColour itself
being valid to determine whether we should use it. This allows to reset the
background colour after setting it.

Closes #15287.

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