diff options
| author | Jabiertxof <jtx@jtx> | 2016-12-28 20:26:03 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx> | 2016-12-28 20:26:03 +0000 |
| commit | 36860450a9792a2c03f681da06ab06ce902a4223 (patch) | |
| tree | d1ef15f97c03e365f034ea02f4cefd4b1f0a437b /src/sp-object.cpp | |
| parent | add missing files (diff) | |
| parent | Fixing scale (diff) | |
| download | inkscape-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.cpp | 1 |
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; |
