From 96b65f32d922a989131ae91798801ea54c4e8b10 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Sun, 28 Oct 2007 16:03:07 +0000 Subject: LPE: implement 'edit next LPE parameter'. Accessible through key '7'. (bzr r3968) --- src/verbs.cpp | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'src/verbs.cpp') 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; -- cgit v1.2.3