diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2010-01-12 05:35:47 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2010-01-12 05:35:47 +0000 |
| commit | 2341fc86741702524ffeb0164ecd1208766846fd (patch) | |
| tree | 049ea44503063f5c1eba69d0854e6b61db3240cd /src/widgets/toolbox.cpp | |
| parent | Adapt recent recursive reference patch for masks to protect from crashing on ... (diff) | |
| download | inkscape-2341fc86741702524ffeb0164ecd1208766846fd.tar.gz inkscape-2341fc86741702524ffeb0164ecd1208766846fd.zip | |
Enabling now that some have confirmed proper functionality on 64-bit.
(bzr r8970)
Diffstat (limited to 'src/widgets/toolbox.cpp')
| -rw-r--r-- | src/widgets/toolbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index c12896d70..4f61d9659 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -102,7 +102,7 @@ #include "toolbox.h" -//#define ENABLE_TASK_SUPPORT 1 +#define ENABLE_TASK_SUPPORT 1 using Inkscape::UnitTracker; using Inkscape::UI::UXManager; |
