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

List:       kde-commits
Subject:    koffice/lib/kopainter
From:       Rob Buis <rwlbuis () xs4all ! nl>
Date:       2003-06-02 19:32:23
[Download RAW message or body]

CVS commit by buis: 

This fixes the drawing glitches, everything should redraw ok now...


  M +3 -1      koIconChooser.cc   1.9


--- koffice/lib/kopainter/koIconChooser.cc  #1.8:1.9
@@ -288,5 +288,7 @@ void KoIconChooser::paintCell(QPainter *
     {
       p->setPen(gray);
-      p->drawRect(0, 0, cw+1, ch+1);
+      //p->drawRect(0, 0, cw, ch);
+      p->drawLine(cw-1, 0, cw-1, ch-1);
+      p->drawLine(0, ch-1, cw-1, ch-1);
     }
   }


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

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