summaryrefslogtreecommitdiffstats
path: root/src/sp-flowtext.cpp
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2017-06-12 18:20:56 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2017-06-12 18:20:56 +0000
commit59de64ad8af1ef0527100ffe09b4e85617c3226c (patch)
tree89ed20b19fcefb4e71578a37a235a15aa9450933 /src/sp-flowtext.cpp
parentadding last changes (diff)
parentSmall fixes to README (diff)
downloadinkscape-59de64ad8af1ef0527100ffe09b4e85617c3226c.tar.gz
inkscape-59de64ad8af1ef0527100ffe09b4e85617c3226c.zip
Updating to master
Diffstat (limited to 'src/sp-flowtext.cpp')
-rw-r--r--src/sp-flowtext.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/sp-flowtext.cpp b/src/sp-flowtext.cpp
index d79652bf4..741ca7886 100644
--- a/src/sp-flowtext.cpp
+++ b/src/sp-flowtext.cpp
@@ -463,7 +463,9 @@ void SPFlowtext::rebuildLayout()
_buildLayoutInput(this, exclusion_shape, &shapes, &pending_line_break_object);
delete exclusion_shape;
layout.calculateFlow();
- //g_print("%s", layout.dumpAsText().c_str());
+#if DEBUG_TEXTLAYOUT_DUMPASTEXT
+ g_print("%s", layout.dumpAsText().c_str());
+#endif
}
void SPFlowtext::_clearFlow(Inkscape::DrawingGroup *in_arena)