summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-item.cpp
diff options
context:
space:
mode:
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 de2014e52..9bcaf36aa 100644
--- a/src/display/drawing-item.cpp
+++ b/src/display/drawing-item.cpp
@@ -999,7 +999,7 @@ DrawingItem::pick(Geom::Point const &p, double delta, unsigned flags)
Geom::Rect expanded = *box;
expanded.expandBy(delta);
DrawingGlyphs *dglyps = dynamic_cast<DrawingGlyphs *>(this);
- if (dglyps && !(flags & PICK_AS_CLIP) && _drawbox) {
+ if (dglyps && !(flags & PICK_AS_CLIP)) {
expanded = (Geom::Rect)dglyps->getPickBox();
}