projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
changed DoDragDrop(bool) into DoDragDrop(int) and added support for wxDrag_DefaultMov...
[wxWidgets.git]
/
src
/
html
/
m_pre.cpp
diff --git
a/src/html/m_pre.cpp
b/src/html/m_pre.cpp
index 43b3b597b5fec0da2905d2719cb27deea1855cde..f1c064e7554d424bb813100cb43a0d69f4441223 100644
(file)
--- a/
src/html/m_pre.cpp
+++ b/
src/html/m_pre.cpp
@@
-91,6
+91,7
@@
TAG_HANDLER_BEGIN(PRE, "PRE")
m_WParser->CloseContainer();
c = m_WParser->OpenContainer();
c->SetAlignHor(wxHTML_ALIGN_LEFT);
+ c->SetIndent(m_WParser->GetCharHeight(), wxHTML_INDENT_TOP);
wxString srcMid =
m_WParser->GetSource()->Mid(tag.GetBeginPos(),