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

List:       kde-commits
Subject:    kdelibs/kdefx
From:       Fredrik Höglund <fredrik () kde ! org>
Date:       2003-05-06 17:37:56
[Download RAW message or body]

CVS commit by fredrik: 

Fixed KPixmapEffect::createTiled() so it doesn't create NULL pixmaps.
Patch by Luciano <mikelima@virgilio.it>


  M +2 -2      kpixmapeffect.cpp   1.37


--- kdelibs/kdefx/kpixmapeffect.cpp  #1.36:1.37
@@ -240,5 +240,5 @@ KPixmap KPixmapEffect::pattern(const KPi
 KPixmap KPixmapEffect::createTiled(const KPixmap& pixmap, QSize size)
 {
-    KPixmap pix;
+    KPixmap pix(size);
 
     QPainter p(&pix);


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

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