From 1769e99ff8cfae073a22c03e196c6f9a4c4d9ced Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Sat, 1 Dec 2018 17:59:23 +0100 Subject: Fix coding style --- src/display/drawing-text.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/display/drawing-text.cpp') diff --git a/src/display/drawing-text.cpp b/src/display/drawing-text.cpp index e1e9fecc5..d80985163 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() || _drawing.getOutlineSensitive() || !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? -- cgit v1.2.3