diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-03-09 02:31:28 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-03-09 02:31:28 +0000 |
| commit | f1da5db744c109f7f3b23e5332652a73e8e70f58 (patch) | |
| tree | 31692b2e886fd913b88c8df1f6c4f472e12e8a3e /src/gradient-context.cpp | |
| parent | use STL std::min and std::max (diff) | |
| download | inkscape-f1da5db744c109f7f3b23e5332652a73e8e70f58.tar.gz inkscape-f1da5db744c109f7f3b23e5332652a73e8e70f58.zip | |
comment
(bzr r2587)
Diffstat (limited to 'src/gradient-context.cpp')
| -rw-r--r-- | src/gradient-context.cpp | 4 |
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; */ |
