summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/parameter.cpp
diff options
context:
space:
mode:
authorJabiertxof <jtx@jtx>2017-04-29 14:40:51 +0000
committerJabiertxof <jtx@jtx>2017-04-29 14:40:51 +0000
commita54924aece45764357c36d22d0475ef640b75ba1 (patch)
tree88bb8eb461e72f4d378e03b14e0ef1e131ec406c /src/live_effects/parameter/parameter.cpp
parentRewrite UX (diff)
downloadinkscape-a54924aece45764357c36d22d0475ef640b75ba1.tar.gz
inkscape-a54924aece45764357c36d22d0475ef640b75ba1.zip
minor bugfixing
(bzr r15620.1.13)
Diffstat (limited to 'src/live_effects/parameter/parameter.cpp')
-rw-r--r--src/live_effects/parameter/parameter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/live_effects/parameter/parameter.cpp b/src/live_effects/parameter/parameter.cpp
index 15c81d543..e35c89c09 100644
--- a/src/live_effects/parameter/parameter.cpp
+++ b/src/live_effects/parameter/parameter.cpp
@@ -91,6 +91,7 @@ ScalarParam::param_getSVGValue() const
{
Inkscape::SVGOStringStream os;
os << value;
+ std::cout << value << "value\n";
gchar * str = g_strdup(os.str().c_str());
return str;
}