summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/measure-tool.cpp
diff options
context:
space:
mode:
authorJabiertxof <jtx@jtx>2017-06-06 00:27:41 +0000
committerJabiertxof <jtx@jtx>2017-06-06 00:27:41 +0000
commit6fecef42f41d5641cbadf34bc640e796635da7c5 (patch)
treeea1b3ae0e98e83a489f4008bcebd99d787c18eaa /src/ui/tools/measure-tool.cpp
parentShow glyphs with alternative styles in "Feature Settings" section of "Variant... (diff)
downloadinkscape-6fecef42f41d5641cbadf34bc640e796635da7c5.tar.gz
inkscape-6fecef42f41d5641cbadf34bc640e796635da7c5.zip
Add contextual buttons to Hide/lock and Unhide/unlock items
(bzr r15732)
Diffstat (limited to 'src/ui/tools/measure-tool.cpp')
-rw-r--r--src/ui/tools/measure-tool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tools/measure-tool.cpp b/src/ui/tools/measure-tool.cpp
index f3185649b..98b2c7d03 100644
--- a/src/ui/tools/measure-tool.cpp
+++ b/src/ui/tools/measure-tool.cpp
@@ -1260,7 +1260,7 @@ void MeasureTool::showCanvasItems(bool to_guides, bool to_item, bool to_phantom,
std::vector<SPItem*> items;
SPDocument *doc = desktop->getDocument();
Geom::Rect rect(start_p, end_p);
- items = doc->getItemsPartiallyInBox(desktop->dkey, rect, true);
+ items = doc->getItemsPartiallyInBox(desktop->dkey, rect, false, true);
Inkscape::LayerModel *layer_model = NULL;
SPObject *current_layer = NULL;
if(desktop){