diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-03-14 12:19:17 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-03-14 12:19:17 +0000 |
| commit | 6c5501612d54559bd8497e78d4f7bd8601432323 (patch) | |
| tree | d335832ff25926a0549af362f589530b4c09541e /src/live_effects/lpe-test-doEffect-stack.cpp | |
| parent | update to trunk (diff) | |
| parent | Partial fix for bug 1430873. Rectangles should behave properly with % values. (diff) | |
| download | inkscape-6c5501612d54559bd8497e78d4f7bd8601432323.tar.gz inkscape-6c5501612d54559bd8497e78d4f7bd8601432323.zip | |
update to trunk
(bzr r13645.1.41)
Diffstat (limited to 'src/live_effects/lpe-test-doEffect-stack.cpp')
| -rw-r--r-- | src/live_effects/lpe-test-doEffect-stack.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-test-doEffect-stack.cpp b/src/live_effects/lpe-test-doEffect-stack.cpp index 36ab6b547..c6787aae1 100644 --- a/src/live_effects/lpe-test-doEffect-stack.cpp +++ b/src/live_effects/lpe-test-doEffect-stack.cpp @@ -28,7 +28,7 @@ LPEdoEffectStackTest::LPEdoEffectStackTest(LivePathEffectObject *lpeobject) : registerParameter( dynamic_cast<Parameter *>(&path) ); point.set_oncanvas_looks(SP_KNOT_SHAPE_SQUARE, SP_KNOT_MODE_XOR, 0x00ff0000); - point.param_set_and_write_new_value(point); + point.param_setValue(point,true); } LPEdoEffectStackTest::~LPEdoEffectStackTest() |
