diff options
| author | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-03-27 01:32:07 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-03-27 01:32:07 +0000 |
| commit | f928fc556c8d7824dd920171b5de534cee4fe4ad (patch) | |
| tree | cb6b99d7b3b51a5f1f55f9ed7a4bbdd934ae5f7d /src/live_effects/effect.cpp | |
| parent | Update to trunk (diff) | |
| download | inkscape-f928fc556c8d7824dd920171b5de534cee4fe4ad.tar.gz inkscape-f928fc556c8d7824dd920171b5de534cee4fe4ad.zip | |
Small performance and bug fixes
(bzr r13090.1.33)
Diffstat (limited to 'src/live_effects/effect.cpp')
| -rw-r--r-- | src/live_effects/effect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp index d6840e5b8..337fe631f 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -5,7 +5,7 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ -//#define LPE_ENABLE_TEST_EFFECTS //uncomment for toy effects +#define LPE_ENABLE_TEST_EFFECTS //uncomment for toy effects #ifdef HAVE_CONFIG_H # include "config.h" |
