font size fix for <PRE>
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5112 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
e336790467
commit
6fb0a92e2c
@ -133,7 +133,7 @@ TAG_HANDLER_BEGIN(PRE, "PRE")
|
||||
m_WParser -> SetFontBold(FALSE);
|
||||
m_WParser -> SetFontItalic(FALSE);
|
||||
m_WParser -> SetFontFixed(TRUE);
|
||||
m_WParser -> SetFontSize(0);
|
||||
m_WParser -> SetFontSize(3);
|
||||
c -> InsertCell(new wxHtmlFontCell(m_WParser -> CreateCurrentFont()));
|
||||
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user