From d559c1fc418f22faf1e6a5b65692d290cdc2f62c Mon Sep 17 00:00:00 2001 From: johanengelen Date: Thu, 12 Jun 2008 18:16:37 +0000 Subject: [PATCH] LPE Enveloppe: return input path when xx and yy are both false --- src/live_effects/lpe-envelope.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/live_effects/lpe-envelope.cpp b/src/live_effects/lpe-envelope.cpp index db16ae2eb..9ebe97b9f 100755 --- a/src/live_effects/lpe-envelope.cpp +++ b/src/live_effects/lpe-envelope.cpp @@ -215,6 +215,9 @@ LPEEnvelope::doEffect_pwd2 (Geom::Piecewise > const & pwd /*Of course, the result is not perfect, but on a graphical point of view, this is sufficent.*/ } + + // do nothing when xx and yy are both false + return pwd2_in; } void -- 2.30.2