]> git.saurik.com Git - wxWidgets.git/commit
No real changes, just don't use brush styles for background mode in wxHTML.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 7 Oct 2012 22:39:20 +0000 (22:39 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 7 Oct 2012 22:39:20 +0000 (22:39 +0000)
commit3ee9771b36607412f780f668961d59bb229c84e6
tree5cec2f440cb33c5dce4fb3d62af3bdf93386169c
parent0d7acfb995b00c7a78e4d6f1a62c813427d2fae9
No real changes, just don't use brush styles for background mode in wxHTML.

Use just wxTRANSPARENT and wxSOLID instead of wxBRUSHSTYLE_TRANSPARENT and
wxBRUSHSTYLE_SOLID when changing the background mode.

See #14599.

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