From b6a95dd9fc5bb92dbae17557cb7fb39234545be6 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Thu, 12 Jun 2008 18:16:37 +0000 Subject: LPE Enveloppe: return input path when xx and yy are both false (bzr r5911) --- src/live_effects/lpe-envelope.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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 -- cgit v1.2.3