diff --git a/src/map/IMG/textpointitem.cpp b/src/map/IMG/textpointitem.cpp index 03c5233c..59e6606c 100644 --- a/src/map/IMG/textpointitem.cpp +++ b/src/map/IMG/textpointitem.cpp @@ -18,6 +18,7 @@ TextPointItem::TextPointItem(const QPoint &point, const QString *text, QFontMetrics fm(*font); int limit = font->pixelSize() * MAX_TEXT_WIDTH; _textRect = fm.boundingRect(QRect(0, 0, limit, 0), FLAGS, *text); + _textRect.adjust(0, 0, 1, 1); } if (img) { iconRect = QRect(QPoint(point.x() - img->width()/2, point.y()