diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-11-03 15:56:23 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-11-05 23:14:17 +0000 |
| commit | d9e1fb5db48f46e52dbb171e7bdcee1602d8eb14 (patch) | |
| tree | e84adb8bf6f13e389aade356fa4e6c0abdd62dc3 /src/ui/contextmenu.cpp | |
| parent | remove Inkscape::URI::toString (diff) | |
| download | inkscape-d9e1fb5db48f46e52dbb171e7bdcee1602d8eb14.tar.gz inkscape-d9e1fb5db48f46e52dbb171e7bdcee1602d8eb14.zip | |
Improvemets to find items
Diffstat (limited to 'src/ui/contextmenu.cpp')
| -rw-r--r-- | src/ui/contextmenu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/contextmenu.cpp b/src/ui/contextmenu.cpp index 0139f2444..2a4415afa 100644 --- a/src/ui/contextmenu.cpp +++ b/src/ui/contextmenu.cpp @@ -89,7 +89,7 @@ ContextMenu::ContextMenu(SPDesktop *desktop, SPItem *item) : AddSeparator(); /* Lock/Unock Hide/Unhide*/ Geom::Rect b(_desktop->point(),_desktop->point() + Geom::Point(1,1)); - std::vector< SPItem * > down_items = _desktop->getDocument()->getItemsPartiallyInBox( _desktop->dkey, b, true, true); + std::vector< SPItem * > down_items = _desktop->getDocument()->getItemsPartiallyInBox( _desktop->dkey, b, true, true, true, true, true); bool has_down_hidden = false; bool has_down_locked = false; for(std::vector< SPItem * >::iterator down = down_items.begin(); down != down_items.end(); ++down){ |
