diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-01-16 21:13:09 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-01-16 21:13:09 +0000 |
| commit | cfae2965ce3afb92e89a163c2b7a57dee40d33d1 (patch) | |
| tree | 26f324913aec7c71d64df3f798d05ca42f5a6c90 /src | |
| parent | fix bug in lpe-curvestitch.cpp and add 'scislac' modus, not exposed to normal... (diff) | |
| download | inkscape-cfae2965ce3afb92e89a163c2b7a57dee40d33d1.tar.gz inkscape-cfae2965ce3afb92e89a163c2b7a57dee40d33d1.zip | |
Oops, set 'scislac' modus off by default ofcourse.
(bzr r4526)
Diffstat (limited to 'src')
| -rw-r--r-- | src/live_effects/lpe-curvestitch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-curvestitch.cpp b/src/live_effects/lpe-curvestitch.cpp index 550c8580f..cef082f5f 100644 --- a/src/live_effects/lpe-curvestitch.cpp +++ b/src/live_effects/lpe-curvestitch.cpp @@ -71,7 +71,7 @@ LPECurveStitch::~LPECurveStitch() std::vector<Geom::Path> LPECurveStitch::doEffect_path (std::vector<Geom::Path> & path_in) { - bool scislac = true; + bool scislac = false; if (path_in.size() >= 2) { startpoint_variation.resetRandomizer(); |
