summaryrefslogtreecommitdiffstats
path: root/src/gradient-context.cpp
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2007-03-09 02:31:28 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2007-03-09 02:31:28 +0000
commitf1da5db744c109f7f3b23e5332652a73e8e70f58 (patch)
tree31692b2e886fd913b88c8df1f6c4f472e12e8a3e /src/gradient-context.cpp
parentuse STL std::min and std::max (diff)
downloadinkscape-f1da5db744c109f7f3b23e5332652a73e8e70f58.tar.gz
inkscape-f1da5db744c109f7f3b23e5332652a73e8e70f58.zip
comment
(bzr r2587)
Diffstat (limited to 'src/gradient-context.cpp')
-rw-r--r--src/gradient-context.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gradient-context.cpp b/src/gradient-context.cpp
index 341f33f8e..c44cf1c59 100644
--- a/src/gradient-context.cpp
+++ b/src/gradient-context.cpp
@@ -619,8 +619,8 @@ sp_gradient_context_root_handler(SPEventContext *event_context, GdkEvent *event)
/*
case GDK_Insert:
case GDK_KP_Insert:
- // with any modifiers
- sp_node_selected_add_node();
+ // with any modifiers:
+ // insert mid-stops between selected stops in gradient, or between all stops if none or only one selected
ret = TRUE;
break;
*/