diff options
| author | Eric Greveson <eric@greveson.co.uk> | 2013-07-03 22:57:43 +0000 |
|---|---|---|
| committer | Eric Greveson <eric@greveson.co.uk> | 2013-07-03 22:57:43 +0000 |
| commit | a99dd8508525d8519e46b0acd22e550bf3e39d62 (patch) | |
| tree | ca6c9b77a81e16b500ceedd873838e2a0b06d006 /src/verbs.cpp | |
| parent | Changed dbus interface to treat 'division' like other boolops, with a new (diff) | |
| parent | Shape calculations. do not quantize the coordinates. (Bug 168158) (diff) | |
| download | inkscape-a99dd8508525d8519e46b0acd22e550bf3e39d62.tar.gz inkscape-a99dd8508525d8519e46b0acd22e550bf3e39d62.zip | |
Merge recent changes from inkscape trunk
(bzr r12387.1.6)
Diffstat (limited to 'src/verbs.cpp')
| -rw-r--r-- | src/verbs.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp index fed9622fb..2e6417ce1 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -47,6 +47,7 @@ #include "document.h" #include "draw-context.h" #include "extension/effect.h" +#include "event-context.h" #include "file.h" #include "gradient-drag.h" #include "helper/action.h" @@ -1618,7 +1619,7 @@ void ContextVerb::perform(SPAction *action, void *data) tools_switch(dt, TOOLS_MEASURE); break; case SP_VERB_CONTEXT_DROPPER: - tools_switch(dt, TOOLS_DROPPER); + sp_toggle_dropper(dt); // Functionality defined in event-context.cpp break; case SP_VERB_CONTEXT_CONNECTOR: tools_switch(dt, TOOLS_CONNECTOR); |
