diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-11-05 23:20:35 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-11-05 23:20:35 +0000 |
| commit | 004bd7b0af9c71afd2253c9750fc6fd1f2dd821b (patch) | |
| tree | e8ccd7eb3c6fad344f8284f6453160fba5459293 /src/ui/tools/measure-tool.cpp | |
| parent | Remove unused functions (diff) | |
| download | inkscape-004bd7b0af9c71afd2253c9750fc6fd1f2dd821b.tar.gz inkscape-004bd7b0af9c71afd2253c9750fc6fd1f2dd821b.zip | |
Remove into filtered groups
Diffstat (limited to 'src/ui/tools/measure-tool.cpp')
| -rw-r--r-- | src/ui/tools/measure-tool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tools/measure-tool.cpp b/src/ui/tools/measure-tool.cpp index 2a2578910..17ae52a81 100644 --- a/src/ui/tools/measure-tool.cpp +++ b/src/ui/tools/measure-tool.cpp @@ -1300,7 +1300,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, false, true, false, true, true); + items = doc->getItemsPartiallyInBox(desktop->dkey, rect, false, true, false, true); Inkscape::LayerModel *layer_model = nullptr; SPObject *current_layer = nullptr; if(desktop){ |
