diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-08-01 07:53:08 +0000 |
|---|---|---|
| committer | John Smith <john.smith7545@yahoo.com> | 2012-08-01 07:53:08 +0000 |
| commit | bc8ef04f993b3f17c55dbcbeac7d942994eb05d1 (patch) | |
| tree | f3dcaef08b8b5cf62297e5be71af05efda6992af /src/gradient-context.cpp | |
| parent | Fix for 512247 : Show the direction in Object/Transform/Rotate (diff) | |
| download | inkscape-bc8ef04f993b3f17c55dbcbeac7d942994eb05d1.tar.gz inkscape-bc8ef04f993b3f17c55dbcbeac7d942994eb05d1.zip | |
Fix for 1029302 : Fill/Stroke dialog does not update on tool change
(bzr r11579)
Diffstat (limited to 'src/gradient-context.cpp')
| -rw-r--r-- | src/gradient-context.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gradient-context.cpp b/src/gradient-context.cpp index 7f7f1ac40..cf7d6a26f 100644 --- a/src/gradient-context.cpp +++ b/src/gradient-context.cpp @@ -696,6 +696,7 @@ sp_gradient_context_root_handler(SPEventContext *event_context, GdkEvent *event) if (event->button.state & GDK_SHIFT_MASK) { selection->toggle(event_context->item_to_select); } else { + drag->deselectAll(); selection->set(event_context->item_to_select); } } |
