summaryrefslogtreecommitdiffstats
path: root/src/object/sp-text.cpp
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2019-09-06 22:54:24 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-09-07 21:48:33 +0000
commit94dccfb58d67d152032b7a2fb21851b9938d370e (patch)
treea8c298b2bbb49036b1e369d8d11cada04c018522 /src/object/sp-text.cpp
parentMore improvements to line height. (diff)
downloadinkscape-94dccfb58d67d152032b7a2fb21851b9938d370e.tar.gz
inkscape-94dccfb58d67d152032b7a2fb21851b9938d370e.zip
Prepared for beta. Fixed blocking bug
Diffstat (limited to 'src/object/sp-text.cpp')
-rw-r--r--src/object/sp-text.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/object/sp-text.cpp b/src/object/sp-text.cpp
index 2c37e1736..1111ec2ef 100644
--- a/src/object/sp-text.cpp
+++ b/src/object/sp-text.cpp
@@ -75,7 +75,6 @@ void SPText::build(SPDocument *doc, Inkscape::XML::Node *repr) {
// textLength and friends
this->readAttr( "textLength" );
this->readAttr( "lengthAdjust" );
-
SPItem::build(doc, repr);
this->readAttr( "sodipodi:linespacing" ); // has to happen after the styles are read