summaryrefslogtreecommitdiffstats
path: root/src/sp-object.cpp
diff options
context:
space:
mode:
authorJabiertxof <jtx@jtx>2016-12-28 20:26:03 +0000
committerJabiertxof <jtx@jtx>2016-12-28 20:26:03 +0000
commit36860450a9792a2c03f681da06ab06ce902a4223 (patch)
treed1ef15f97c03e365f034ea02f4cefd4b1f0a437b /src/sp-object.cpp
parentadd missing files (diff)
parentFixing scale (diff)
downloadinkscape-36860450a9792a2c03f681da06ab06ce902a4223.tar.gz
inkscape-36860450a9792a2c03f681da06ab06ce902a4223.zip
Some fixes on translations and make legacy compatible
(bzr r15356.1.3)
Diffstat (limited to 'src/sp-object.cpp')
-rw-r--r--src/sp-object.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp-object.cpp b/src/sp-object.cpp
index c2122e109..222626162 100644
--- a/src/sp-object.cpp
+++ b/src/sp-object.cpp
@@ -782,6 +782,7 @@ SPObject* SPObject::nthChild(unsigned index) {
if (counter == index) {
return &child;
}
+ counter++;
}
}
return NULL;