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

List:       kde-commits
Subject:    KDE/kdegraphics/kolourpaint
From:       Clarence Dang <dang () kde ! org>
Date:       2007-10-13 2:37:46
Message-ID: 1192243066.146300.15824.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 724696 by dang:

Future proof in updatePixmap() against the pixmap having a mask in one call but not the next.


 M  +1 -2      kpViewScrollableContainer.cpp  


--- trunk/KDE/kdegraphics/kolourpaint/kpViewScrollableContainer.cpp #724695:724696
@@ -213,8 +213,7 @@
     }
 
     setPixmap (pixmap);
-    if (kpPixmapFX::hasMask (pixmap))
-        setMask (pixmap.mask ());
+    setMask (pixmap.mask ());
 }
 
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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