From: johanengelen Date: Wed, 16 Jan 2008 21:13:09 +0000 (+0000) Subject: Oops, set 'scislac' modus off by default ofcourse. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=95301464f72ad871d3b919ca4ff5bffd20e962a4;p=inkscape.git Oops, set 'scislac' modus off by default ofcourse. --- 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 LPECurveStitch::doEffect_path (std::vector & path_in) { - bool scislac = true; + bool scislac = false; if (path_in.size() >= 2) { startpoint_variation.resetRandomizer();