diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-09-07 08:06:55 +0000 |
|---|---|---|
| committer | John Smith <john.smith7545@yahoo.com> | 2012-09-07 08:06:55 +0000 |
| commit | 0930fd55d812b634da69eba0fe92b4094c554fa0 (patch) | |
| tree | cd256b99a5eb15014727af17923099ce9d4d463a /src/gradient-drag.h | |
| parent | Fix for 580160 : Deleting a gradient stop using Shape tools deletes the object (diff) | |
| download | inkscape-0930fd55d812b634da69eba0fe92b4094c554fa0.tar.gz inkscape-0930fd55d812b634da69eba0fe92b4094c554fa0.zip | |
Fix for 1046868 : Gradient tool (trunk): stop selector cannot access stroke gradient stops of objects with two gradients
(bzr r11656)
Diffstat (limited to 'src/gradient-drag.h')
| -rw-r--r-- | src/gradient-drag.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gradient-drag.h b/src/gradient-drag.h index 7fb5c5de2..4bab3aeb2 100644 --- a/src/gradient-drag.h +++ b/src/gradient-drag.h @@ -144,7 +144,7 @@ public: // FIXME: make more of this private! void deselectAll(); void selectAll(); void selectByCoords(std::vector<Geom::Point> coords); - void selectByStop(SPStop *stop); + void selectByStop(SPStop *stop, bool add_to_selection = true, bool override = true); void selectRect(Geom::Rect const &r); bool dropColor(SPItem *item, gchar const *c, Geom::Point p); |
