diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2011-08-06 13:45:04 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2011-08-06 13:45:04 +0000 |
| commit | 456dddb2670686427c60497702e86648635ce42e (patch) | |
| tree | 2a9f168da4a873d5a3fd991747824db3770746db /src/display/drawing-item.cpp | |
| parent | Plug a giant gaping memory leak in Gaussian blur filter (diff) | |
| download | inkscape-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.cpp | 2 |
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; } |
