diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-11-11 23:54:54 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-12-01 16:17:15 +0000 |
| commit | 7fcdbf91b9d06dffea0591699c8474408b3d02ab (patch) | |
| tree | 992df2f68baf55a0f9ee99c58a1cb4e5c176a0e6 /src/display/drawing-text.cpp | |
| parent | Adding line to move outline (diff) | |
| download | inkscape-7fcdbf91b9d06dffea0591699c8474408b3d02ab.tar.gz inkscape-7fcdbf91b9d06dffea0591699c8474408b3d02ab.zip | |
Improve spliter and add outline mode functionality
Diffstat (limited to 'src/display/drawing-text.cpp')
| -rw-r--r-- | src/display/drawing-text.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display/drawing-text.cpp b/src/display/drawing-text.cpp index 34af7452e..e1e9fecc5 100644 --- a/src/display/drawing-text.cpp +++ b/src/display/drawing-text.cpp @@ -187,7 +187,7 @@ DrawingItem *DrawingGlyphs::_pickItem(Geom::Point const &p, double /*delta*/, un bool invisible = (ggroup->_nrstyle.fill.type == NRStyle::PAINT_NONE) && (ggroup->_nrstyle.stroke.type == NRStyle::PAINT_NONE); - if (_font && _bbox && (_drawing.outline() || !invisible) ) { + if (_font && _bbox && (_drawing.outline() || _drawing.getOutlineSensitive() || !invisible) ) { // With text we take a simple approach: pick if the point is in a character bbox Geom::Rect expanded(_pick_bbox); // FIXME, why expand by delta? When is the next line needed? |
