diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-11-28 16:55:31 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-11-28 16:55:31 +0100 |
commit | a3b7a1089c51316d86cb1f765297b1ecc6d5b352 (patch) | |
tree | 1befd648207025216071e83b2e73d271082fb0a1 /src/table.cc | |
parent | ada56dab550c299bfa1749f900b14b0b94a64471 (diff) |
add workaround for table row coloring
Diffstat (limited to 'src/table.cc')
-rw-r--r-- | src/table.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/table.cc b/src/table.cc index 994dcbbd..2b7e2517 100644 --- a/src/table.cc +++ b/src/table.cc @@ -191,6 +191,7 @@ void Html_tag_open_tr(DilloHtml *html, const char *tag, int tagsize) } } + html->styleEngine->inheritBackgroundColor (); html->styleEngine->setNonCssHints (&props); ((dw::Table*)S_TOP(html)->table)->addRow (html->styleEngine->style ()); |