summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 71b9c7f)
raw | patch | inline | side by side (parent: 71b9c7f)
author | jfbarraud <jfbarraud@users.sourceforge.net> | |
Tue, 23 Sep 2008 22:12:19 +0000 (22:12 +0000) | ||
committer | jfbarraud <jfbarraud@users.sourceforge.net> | |
Tue, 23 Sep 2008 22:12:19 +0000 (22:12 +0000) |
src/live_effects/lpe-test-doEffect-stack.cpp | patch | blob | history |
diff --git a/src/live_effects/lpe-test-doEffect-stack.cpp b/src/live_effects/lpe-test-doEffect-stack.cpp
index 2bcc7fb0d88f6ccf38fb3ce10107526e5c7ce35e..bb6d36fdc61b2a3d4232e4191fadf425d1fad7e2 100644 (file)
LPEdoEffectStackTest::LPEdoEffectStackTest(LivePathEffectObject *lpeobject) :
Effect(lpeobject),
step(_("Stack step"), ("How deep we should go into the stack"), "step", &wr, this),
- point(_("point param"), "tooltip of point parameter", "point_param", &wr, this,Geom::Point(0,0)),
+ point(_("point param"), "tooltip of point parameter", "point_param", &wr, this),
path(_("path param"), "tooltip of path parameter", "path_param", &wr, this,"M 0,100 100,0")
{
registerParameter( dynamic_cast<Parameter *>(&step) );