summaryrefslogtreecommitdiffstats
path: root/src/shape-editor.h
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2007-10-20 16:20:50 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2007-10-20 16:20:50 +0000
commit34687d3d7470ad131527571cd8d0e8ff60d0c8f7 (patch)
tree632600f28745fb9d6d3f3eae696b54299e77ab15 /src/shape-editor.h
parentLPE: add on-canvas editing of path parameters! (diff)
downloadinkscape-34687d3d7470ad131527571cd8d0e8ff60d0c8f7.tar.gz
inkscape-34687d3d7470ad131527571cd8d0e8ff60d0c8f7.zip
LPE: fix undoing changes to pathparameter on-canvas.
(bzr r3935)
Diffstat (limited to 'src/shape-editor.h')
-rw-r--r--src/shape-editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shape-editor.h b/src/shape-editor.h
index 2df1bb0e0..8f4895be6 100644
--- a/src/shape-editor.h
+++ b/src/shape-editor.h
@@ -37,6 +37,7 @@ public:
void set_item (SPItem *item);
void set_item_livepatheffect_parameter(SPItem *item, SPObject *lpeobject, const char * key);
+ void reset_item ();
void unset_item ();
SPItem *get_item ();