summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-item.cpp
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2011-08-06 13:45:04 +0000
committerKrzysztof KosiƄski <tweenk.pl@gmail.com>2011-08-06 13:45:04 +0000
commit456dddb2670686427c60497702e86648635ce42e (patch)
tree2a9f168da4a873d5a3fd991747824db3770746db /src/display/drawing-item.cpp
parentPlug a giant gaping memory leak in Gaussian blur filter (diff)
downloadinkscape-456dddb2670686427c60497702e86648635ce42e.tar.gz
inkscape-456dddb2670686427c60497702e86648635ce42e.zip
Fix compilation (oops).
(bzr r10347.1.24)
Diffstat (limited to 'src/display/drawing-item.cpp')
-rw-r--r--src/display/drawing-item.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display/drawing-item.cpp b/src/display/drawing-item.cpp
index caed08e6f..53639f765 100644
--- a/src/display/drawing-item.cpp
+++ b/src/display/drawing-item.cpp
@@ -611,7 +611,7 @@ DrawingItem::pick(Geom::Point const &p, double delta, bool sticky)
expanded.expandBy(delta);
if (expanded.contains(p)) {
- return _pickItem(p, delta);
+ return _pickItem(p, delta, sticky);
}
return NULL;
}