diff options
Diffstat (limited to 'src/verbs.cpp')
| -rw-r--r-- | src/verbs.cpp | 11 |
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; |
