code fragment that adds one more line to each html page for better look was moved to wxHtmlWindow so that it does not affect m_Cell->GetHeight()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
fdd4d83689
commit
67cfebc2b6
@ -146,7 +146,7 @@ wxObject* wxHtmlWinParser::GetProduct()
|
|||||||
|
|
||||||
CloseContainer();
|
CloseContainer();
|
||||||
OpenContainer();
|
OpenContainer();
|
||||||
GetContainer() -> SetIndent(m_CharHeight, wxHTML_INDENT_TOP);
|
|
||||||
top = m_Container;
|
top = m_Container;
|
||||||
while (top -> GetParent()) top = top -> GetParent();
|
while (top -> GetParent()) top = top -> GetParent();
|
||||||
return top;
|
return top;
|
||||||
|
Loading…
Reference in New Issue
Block a user