From e858f4d0cd295d2faa852dc50bb1cdb2f01e651c Mon Sep 17 00:00:00 2001 From: gouldtj Date: Mon, 4 Feb 2008 17:54:54 +0000 Subject: [PATCH] r17818@shi: ted | 2008-01-31 09:20:06 -0800 Locking on both types of execution --- src/extension/effect.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/extension/effect.cpp b/src/extension/effect.cpp index dbd750ee9..76af73ed3 100644 --- a/src/extension/effect.cpp +++ b/src/extension/effect.cpp @@ -251,7 +251,9 @@ Effect::effect (Inkscape::UI::View::View * doc) ExecutionEnv executionEnv(this, doc, NULL); + timer->lock(); executionEnv.run(); + timer->unlock(); return; } -- 2.30.2