summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-04-06 22:25:02 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-04-06 22:25:02 +0000
commitb0de25aa4da8128cb2c3b8b92b67db5070c5ef72 (patch)
tree008121011ea7efe941fd321321ddd1f9f1726507 /src
parentAdding and renaming methofs to pathinfo (diff)
downloadinkscape-b0de25aa4da8128cb2c3b8b92b67db5070c5ef72.tar.gz
inkscape-b0de25aa4da8128cb2c3b8b92b67db5070c5ef72.zip
added comment
(bzr r13645.1.80)
Diffstat (limited to 'src')
-rw-r--r--src/helper/geom-pointwise.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/helper/geom-pointwise.cpp b/src/helper/geom-pointwise.cpp
index 5b153841b..6521e10b2 100644
--- a/src/helper/geom-pointwise.cpp
+++ b/src/helper/geom-pointwise.cpp
@@ -132,6 +132,7 @@ void Pointwise::pwd2Append(Piecewise<D2<SBasis> > A, Satellite S)
if (!reorder && first == i - counter && !are_near(_pwd2[i - counter].at0(), A[i].at0()) && !subpath_is_changed) {
//Send the modified subpath to back
+ //TODO: change subpathToBack to subpath move for the case of multiple subpath reverse
subpathToBack(_path_info.subPathIndex(first));
reorder = true;
i--;