summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/array.h
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-03-19 18:26:22 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-03-19 18:26:22 +0000
commitaeffc3f474c1ce460b2c9f8340de283d5853a164 (patch)
tree5ed8e1047308d0d2db0baefa8f1ee38b261b6da1 /src/live_effects/parameter/array.h
parentcommit for refactoring (diff)
downloadinkscape-aeffc3f474c1ce460b2c9f8340de283d5853a164.tar.gz
inkscape-aeffc3f474c1ce460b2c9f8340de283d5853a164.zip
fixing a boring bug in path manipulator
(bzr r13645.1.43)
Diffstat (limited to 'src/live_effects/parameter/array.h')
-rw-r--r--src/live_effects/parameter/array.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/live_effects/parameter/array.h b/src/live_effects/parameter/array.h
index a6e797d4e..5443cc3c4 100644
--- a/src/live_effects/parameter/array.h
+++ b/src/live_effects/parameter/array.h
@@ -119,9 +119,7 @@ protected:
str << "*";
str << nVector.second.getIsTime();
str << "*";
- str << nVector.second.getIsClosing();
- str << "*";
- str << nVector.second.getIsStart();
+ str << nVector.second.getIsEndOpen();
str << "*";
str << nVector.second.getActive();
str << "*";
@@ -134,6 +132,7 @@ protected:
str << nVector.second.getAngle();
str << "*";
str << nVector.second.getSteps();
+ std::cout << str.str() << "SATEEELIITE\n";
}
StorageType readsvg(const gchar * str);