summaryrefslogtreecommitdiffstats
path: root/src/sp-flowtext.cpp
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2017-06-11 15:55:25 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2017-06-11 15:55:25 +0000
commit272e9bd45687ec66e1e8a8fca40a2999cbb1024f (patch)
treecd307a280272e57e2277a9c2937fc3998d07f037 /src/sp-flowtext.cpp
parentUpdate .gitlab-ci.yml (diff)
parentMerge branch 'appveyor' into 'master' (diff)
downloadinkscape-272e9bd45687ec66e1e8a8fca40a2999cbb1024f.tar.gz
inkscape-272e9bd45687ec66e1e8a8fca40a2999cbb1024f.zip
Merge gitlab.com:inkscape/inkscape
Update .gitlab-ci.yml
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)