From 44911fb71708f71feea4c853de856a14af4fbccf Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Thu, 18 Jul 2019 00:57:15 +0200 Subject: Improvements finish pointed by Maren --- src/object/sp-lpe-item.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/object') diff --git a/src/object/sp-lpe-item.cpp b/src/object/sp-lpe-item.cpp index 6be373925..457ce65c1 100755 --- a/src/object/sp-lpe-item.cpp +++ b/src/object/sp-lpe-item.cpp @@ -259,7 +259,7 @@ bool SPLPEItem::performOnePathEffect(SPCurve *curve, SPShape *current, Inkscape: SP_ACTIVE_DESKTOP->messageStack()->flash( Inkscape::WARNING_MESSAGE, _("An exception occurred during execution of the Path Effect.") ); } - lpe->has_exception = true; + lpe->doOnException(this); return false; } -- cgit v1.2.3