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 2caafe0b2..833f612f1 100644 --- a/src/kformattedballoontipdelegate.cpp +++ b/src/kformattedballoontipdelegate.cpp @@ -74,7 +74,7 @@ QRegion KFormattedBalloonTipDelegate::inputShape(const KStyleOptionToolTip *opti QPainter p(&bitmap); p.setPen(QPen(Qt::color1, 1)); p.setBrush(Qt::color1); - p.drawPath(createPath(option, &QRect())); + p.drawPath(createPath(option, 0)); return QRegion(bitmap); } |
