diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-10-30 11:19:46 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2019-10-30 11:19:46 +0000 |
| commit | a5bd12bb05111825a5f5515f488aa34cd33c8a80 (patch) | |
| tree | 10581de8a74004ad7ffcfad083285c8021fdc1fe /src | |
| parent | Improve picking selecton on text (diff) | |
| download | inkscape-a5bd12bb05111825a5f5515f488aa34cd33c8a80.tar.gz inkscape-a5bd12bb05111825a5f5515f488aa34cd33c8a80.zip | |
Remove _drawbox deps pointed by Thomas
Diffstat (limited to 'src')
| -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 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(); } |
