summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2007-10-28 16:03:07 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2007-10-28 16:03:07 +0000
commit96b65f32d922a989131ae91798801ea54c4e8b10 (patch)
tree627327d9468b399e064111734831864c4730bc2a /src/verbs.cpp
parentadded perfectboundcover.inx to translatable extensions (diff)
downloadinkscape-96b65f32d922a989131ae91798801ea54c4e8b10.tar.gz
inkscape-96b65f32d922a989131ae91798801ea54c4e8b10.zip
LPE: implement 'edit next LPE parameter'. Accessible through key '7'.
(bzr r3968)
Diffstat (limited to 'src/verbs.cpp')
-rw-r--r--src/verbs.cpp11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp
index 32e0c46af..cc3adb8e2 100644
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
@@ -1001,16 +1001,7 @@ EditVerb::perform(SPAction *action, void *data, void *pdata)
break;
case SP_VERB_EDIT_NEXT_PATHEFFECT_PARAMETER:
- //FACTOR OUT THIS CODE TO SOMEWHERE ELSE!
- // if(selection has LPE) {
- // If not already in nodecontext, goto it!
- // if (!tools_isactive(dt, TOOLS_NODES)) {
- // tools_switch_current(TOOLS_NODES);
- // }
- // add goto next code here:
- //} else {
- // statusbar message: selection has no path effect applied.
- //}
+ sp_selection_next_patheffect_param(dt);
break;
default:
break;