summaryrefslogtreecommitdiffstats
path: root/src/sp-flowtext.cpp
diff options
context:
space:
mode:
authorAlvin Penner <penner@vaxxine.com>2014-07-25 21:23:13 +0000
committerapenner <penner@vaxxine.com>2014-07-25 21:23:13 +0000
commit962b4e5a31b1128cdb9dfcccac87e7449a3351f1 (patch)
tree74f1ca1973f86665a686fa97a2933a2ec88e126d /src/sp-flowtext.cpp
parentsync with libTere version of text_reassemble.c (diff)
downloadinkscape-962b4e5a31b1128cdb9dfcccac87e7449a3351f1.tar.gz
inkscape-962b4e5a31b1128cdb9dfcccac87e7449a3351f1.zip
refresh text objects when clipping (Bug 1339305)
Fixed bugs: - https://launchpad.net/bugs/1339305 (bzr r13470)
Diffstat (limited to 'src/sp-flowtext.cpp')
-rw-r--r--src/sp-flowtext.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sp-flowtext.cpp b/src/sp-flowtext.cpp
index b4fd54ee4..59832a2b4 100644
--- a/src/sp-flowtext.cpp
+++ b/src/sp-flowtext.cpp
@@ -255,6 +255,8 @@ Inkscape::XML::Node* SPFlowtext::write(Inkscape::XML::Document* doc, Inkscape::X
}
}
+ this->rebuildLayout(); // copied from update(), see LP Bug 1339305
+
SPItem::write(doc, repr, flags);
return repr;