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

List:       kde-commits
Subject:    KDE/kdelibs/plasma
From:       Marco Martin <notmart () gmail ! com>
Date:       2011-01-21 13:18:01
Message-ID: 20110121131801.236ABAC8B8 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1216114 by mart:

if the second QRect paramenter of paintFrame is empty, take the whole pixmap rect: \
this is what was supposed to happen in the first place


 M  +1 -1      framesvg.cpp  


--- trunk/KDE/kdelibs/plasma/framesvg.cpp #1216113:1216114
@@ -519,7 +519,7 @@
         }
     }
 
-    painter->drawPixmap(target, frame->cachedBackground, source.isValid() ? source : \
target); +    painter->drawPixmap(target, frame->cachedBackground, source.isValid() ? \
source : frame->cachedBackground.rect());  }
 
 void FrameSvg::paintFrame(QPainter *painter, const QPointF &pos)


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

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