[Kst] branches/work/kst/viewpaint/kst/kst

George Staikos staikos at kde.org
Sun Jan 29 17:32:30 CET 2006


SVN commit 503583 by staikos:

make borders work


 M  +1 -1      kstviewlabel.cpp  


--- branches/work/kst/viewpaint/kst/kst/kstviewlabel.cpp #503582:503583
@@ -361,7 +361,7 @@
       p.setClipRegion(bounds & clip);
     }
 
-    _backBuffer.paintInto(p, geometry());
+    _backBuffer.paintInto(p, contentsRect());
   }
   p.restore();
 }


More information about the Kst mailing list