backport of r48962: fixed cellpadding when printing (bug #1795572)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@50119 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2007-11-20 22:48:25 +00:00
parent aee427f150
commit 5cb8b7450a

View File

@@ -680,7 +680,7 @@ TAG_HANDLER_BEGIN(TABLE, "TABLE,TR,TD,TH")
oldcont = c = m_WParser->OpenContainer();
m_Table = new wxHtmlTableCell(c, tag);
m_Table = new wxHtmlTableCell(c, tag, m_WParser->GetPixelScale());
// width:
{