diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-12-30 20:30:44 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2013-12-30 20:30:44 +0000 |
| commit | 8c6ae51081f4d1d63ba84f9dd339b9f530f06c87 (patch) | |
| tree | d4925f2c127286d807b7f8f7c294a934b2fc7d30 /src/ui/tools/node-tool.h | |
| parent | Refactorizing (diff) | |
| download | inkscape-8c6ae51081f4d1d63ba84f9dd339b9f530f06c87.tar.gz inkscape-8c6ae51081f4d1d63ba84f9dd339b9f530f06c87.zip | |
Start refactor, simplify node.cpp operations,general cleanup, changed brehabiour to need 'Shift' Key to move handles because it handle better operations with small zoom
(bzr r11950.1.214)
Diffstat (limited to 'src/ui/tools/node-tool.h')
| -rw-r--r-- | src/ui/tools/node-tool.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/tools/node-tool.h b/src/ui/tools/node-tool.h index 4d15ab70e..b3acb79ad 100644 --- a/src/ui/tools/node-tool.h +++ b/src/ui/tools/node-tool.h @@ -14,6 +14,7 @@ #include <boost/ptr_container/ptr_map.hpp> #include <glib.h> #include "ui/tools/tool-base.h" +#include "selection.h" namespace Inkscape { namespace Display { |
