From: Václav Slavík Date: Thu, 27 Sep 2007 09:05:47 +0000 (+0000) Subject: fixed cellpadding when printing (bug #1795572) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6987a0c4809f2a87cba1a8d72bbd31f42bcbca3e?ds=inline fixed cellpadding when printing (bug #1795572) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48962 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/html/m_tables.cpp b/src/html/m_tables.cpp index 54515038f9..f50de26c79 100644 --- a/src/html/m_tables.cpp +++ b/src/html/m_tables.cpp @@ -681,7 +681,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: {