diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/kformattedballoontipdelegate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kformattedballoontipdelegate.cpp b/src/kformattedballoontipdelegate.cpp index a37664b82..dbcf52f8f 100644 --- a/src/kformattedballoontipdelegate.cpp +++ b/src/kformattedballoontipdelegate.cpp @@ -111,7 +111,7 @@ static inline void arc(QPainterPath &path, qreal cx, qreal cy, qreal radius, qre QPainterPath KFormattedBalloonTipDelegate::createPath(const KStyleOptionToolTip *option, QRect *contents) const { QPainterPath path; - QRect rect = option->rect.adjusted(0, 0, -1, -1); + QRect rect = option->rect; const qreal radius = 5; path.moveTo(rect.left(), rect.top() + radius); |
