diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-06-12 18:20:56 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-06-12 18:20:56 +0000 |
| commit | 59de64ad8af1ef0527100ffe09b4e85617c3226c (patch) | |
| tree | 89ed20b19fcefb4e71578a37a235a15aa9450933 /src/sp-flowtext.cpp | |
| parent | adding last changes (diff) | |
| parent | Small fixes to README (diff) | |
| download | inkscape-59de64ad8af1ef0527100ffe09b4e85617c3226c.tar.gz inkscape-59de64ad8af1ef0527100ffe09b4e85617c3226c.zip | |
Updating to master
Diffstat (limited to 'src/sp-flowtext.cpp')
| -rw-r--r-- | src/sp-flowtext.cpp | 4 |
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) |
