summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c590fcb)
raw | patch | inline | side by side (parent: c590fcb)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Fri, 9 Mar 2007 02:31:28 +0000 (02:31 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Fri, 9 Mar 2007 02:31:28 +0000 (02:31 +0000) |
src/gradient-context.cpp | patch | blob | history |
index 341f33f8ecfbffd8f79f779809cb3cf6fb2d9cb8..c44cf1c594231e77369170209c52d4bbb320cf8a 100644 (file)
--- 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;
*/