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

List:       kde-commits
Subject:    kdelibs/khtml/rendering
From:       Waldo Bastian <bastian () kde ! org>
Date:       2005-02-15 20:13:03
Message-ID: 20050215201303.6139E1CEB6 () office ! kde ! org
[Download RAW message or body]

CVS commit by waba: 

Make drawing of bitmaps deterministic, visible in KMail's rendering of x-face
where it could be using either black or blue if you scrolled a little.


  M +1 -0      render_image.cpp   1.143


--- kdelibs/khtml/rendering/render_image.cpp  #1.142:1.143
@@ -289,4 +289,5 @@ void RenderImage::paint(PaintInfo& paint
     else if (i && !i->isTransparent())
     {
+        paintInfo.p->setPen( Qt::black ); // used for bitmaps
         const QPixmap& pix = i->pixmap();
         if ( (cWidth != intrinsicWidth() ||  cHeight != intrinsicHeight()) &&


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

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