diff options
| author | MenTaLguY <mental@rydia.net> | 2007-01-18 13:42:56 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2007-01-18 13:42:56 +0000 |
| commit | cfd7fdcd4536e0c585a4a886a0b395561b695612 (patch) | |
| tree | 1b86dbc6ac41be5edc4016b276c0f59bc55a77c0 /src/verbs.cpp | |
| parent | upping version to 0.45+devel (win32 versions were already bumped) (diff) | |
| download | inkscape-cfd7fdcd4536e0c585a4a886a0b395561b695612.tar.gz inkscape-cfd7fdcd4536e0c585a4a886a0b395561b695612.zip | |
patch from David Douard to switch to node tool after creating linked offsets
(bzr r2237)
Diffstat (limited to 'src/verbs.cpp')
| -rw-r--r-- | src/verbs.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp index 476170e99..2a8120aed 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -1053,9 +1053,11 @@ SelectionVerb::perform(SPAction *action, void *data, void *pdata) break; case SP_VERB_SELECTION_DYNAMIC_OFFSET: sp_selected_path_create_offset_object_zero(); + tools_switch_current(TOOLS_NODES); break; case SP_VERB_SELECTION_LINKED_OFFSET: sp_selected_path_create_updating_offset_object_zero(); + tools_switch_current(TOOLS_NODES); break; case SP_VERB_SELECTION_OUTLINE: |
