Code

add a path parameter to doeffect_stack_test to test a bug + fix a stupid error. sorry.
authorjfbarraud <jfbarraud@users.sourceforge.net>
Tue, 23 Sep 2008 22:12:19 +0000 (22:12 +0000)
committerjfbarraud <jfbarraud@users.sourceforge.net>
Tue, 23 Sep 2008 22:12:19 +0000 (22:12 +0000)
src/live_effects/lpe-test-doEffect-stack.cpp

index 2bcc7fb0d88f6ccf38fb3ce10107526e5c7ce35e..bb6d36fdc61b2a3d4232e4191fadf425d1fad7e2 100644 (file)
@@ -20,7 +20,7 @@ namespace LivePathEffect {
 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) );