[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/apps/dolphin/src
From:       Peter Penz <peter.penz () gmx ! at>
Date:       2008-11-13 21:48:36
Message-ID: 1226612916.155960.12383.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 883941 by ppenz:

minor fix when no desktop effects are enabled

 M  +1 -1      kformattedballoontipdelegate.cpp  


--- trunk/KDE/kdebase/apps/dolphin/src/kformattedballoontipdelegate.cpp \
#883940:883941 @@ -111,7 +111,7 @@
 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);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic