summaryrefslogtreecommitdiffstats
path: root/src/object/sp-text.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/sp-text.cpp')
-rw-r--r--src/object/sp-text.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/object/sp-text.cpp b/src/object/sp-text.cpp
index ee020ab54..f42a694f0 100644
--- a/src/object/sp-text.cpp
+++ b/src/object/sp-text.cpp
@@ -846,6 +846,7 @@ void SPText::rebuildLayout()
Inkscape::Text::Layout::iterator iter = layout.sourceToIterator(tspan);
Geom::Point anchor_point = layout.chunkAnchorPoint(iter);
tspan->attributes.setFirstXY(anchor_point);
+ // repr needs to be updated but if we do it here we get a loop.
}
}
}