summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/originalpatharray.cpp
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2017-09-22 16:00:59 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2017-09-22 16:00:59 +0000
commit1711a79b8604d9e6d936e25eaf966154ff122483 (patch)
treef03084c6e81d58583f1ff705b9392a8d215643aa /src/live_effects/parameter/originalpatharray.cpp
parentAdd some sugesstions and fixes from CR to measure segments (diff)
downloadinkscape-1711a79b8604d9e6d936e25eaf966154ff122483.tar.gz
inkscape-1711a79b8604d9e6d936e25eaf966154ff122483.zip
Add tooltip to set default LPE widget
Diffstat (limited to 'src/live_effects/parameter/originalpatharray.cpp')
-rw-r--r--src/live_effects/parameter/originalpatharray.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/live_effects/parameter/originalpatharray.cpp b/src/live_effects/parameter/originalpatharray.cpp
index d67f08e5b..4535b6aa5 100644
--- a/src/live_effects/parameter/originalpatharray.cpp
+++ b/src/live_effects/parameter/originalpatharray.cpp
@@ -527,6 +527,11 @@ gchar * OriginalPathArrayParam::param_getSVGValue() const
return str;
}
+gchar * OriginalPathArrayParam::param_getDefaultSVGValue() const
+{
+ return "";
+}
+
void OriginalPathArrayParam::update()
{
for (std::vector<PathAndDirectionAndVisible*>::iterator iter = _vector.begin(); iter != _vector.end(); ++iter) {