summaryrefslogtreecommitdiffstats
path: root/src/extension/effect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/extension/effect.cpp')
-rw-r--r--src/extension/effect.cpp2
1 files changed, 2 insertions, 0 deletions
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;
}