diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2010-01-11 09:09:52 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2010-01-11 09:09:52 +0000 |
| commit | 6b0bd0122093b8ea4a3a91bf25d1606ac429cb56 (patch) | |
| tree | ee42d9d4bdf2b878609a1a38482da1286426b961 /src/widgets/toolbox.cpp | |
| parent | Disable questioned code section. (diff) | |
| download | inkscape-6b0bd0122093b8ea4a3a91bf25d1606ac429cb56.tar.gz inkscape-6b0bd0122093b8ea4a3a91bf25d1606ac429cb56.zip | |
Implemented dynamic repositioning of toolboxes.
(bzr r8968)
Diffstat (limited to 'src/widgets/toolbox.cpp')
| -rw-r--r-- | src/widgets/toolbox.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index 25014160d..c12896d70 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -102,6 +102,8 @@ #include "toolbox.h" +//#define ENABLE_TASK_SUPPORT 1 + using Inkscape::UnitTracker; using Inkscape::UI::UXManager; |
