summaryrefslogtreecommitdiffstats
path: root/src/gradient-context.cpp
diff options
context:
space:
mode:
authorJohn Smith <john.smith7545@yahoo.com>2012-08-01 07:53:08 +0000
committerJohn Smith <john.smith7545@yahoo.com>2012-08-01 07:53:08 +0000
commitbc8ef04f993b3f17c55dbcbeac7d942994eb05d1 (patch)
treef3dcaef08b8b5cf62297e5be71af05efda6992af /src/gradient-context.cpp
parentFix for 512247 : Show the direction in Object/Transform/Rotate (diff)
downloadinkscape-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.cpp1
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);
}
}