summaryrefslogtreecommitdiffstats
path: root/src/gradient-drag.h
diff options
context:
space:
mode:
authorJohn Smith <john.smith7545@yahoo.com>2012-04-01 01:59:30 +0000
committerJohn Smith <removethis.john.q.public@bigmail.com>2012-04-01 01:59:30 +0000
commite00ac80a336aaafb2aa544b72e949351fe78456a (patch)
tree8f4c792b73beb20db3ee13f7384e4b5e6c7063fe /src/gradient-drag.h
parentFix for 950677 : Add stops and repeat controls to the gradient toolbar (diff)
downloadinkscape-e00ac80a336aaafb2aa544b72e949351fe78456a.tar.gz
inkscape-e00ac80a336aaafb2aa544b72e949351fe78456a.zip
Fix for 627728 : Make newly added gradient stop active
(bzr r11135)
Diffstat (limited to 'src/gradient-drag.h')
-rw-r--r--src/gradient-drag.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gradient-drag.h b/src/gradient-drag.h
index 8aa9a6550..a16b48759 100644
--- a/src/gradient-drag.h
+++ b/src/gradient-drag.h
@@ -134,6 +134,7 @@ public: // FIXME: make more of this private!
void deselectAll();
void selectAll();
void selectByCoords(std::vector<Geom::Point> coords);
+ void selectByStop(SPStop *stop);
void selectRect(Geom::Rect const &r);
bool dropColor(SPItem *item, gchar const *c, Geom::Point p);