[Kst] branches/work/kst/portto4/kst/src/libkstapp

Adam Treat treat at kde.org
Wed Oct 3 22:28:21 CEST 2007


SVN commit 720833 by treat:

* Don't clip too much.


 M  +1 -1      plotrenderitem.cpp  


--- branches/work/kst/portto4/kst/src/libkstapp/plotrenderitem.cpp #720832:720833
@@ -81,8 +81,8 @@
 
 void PlotRenderItem::paint(QPainter *painter) {
   painter->setRenderHint(QPainter::Antialiasing, false);
+  painter->drawRect(rect());
   painter->setClipRect(rect());
-  painter->drawRect(rect());
 
 #ifdef CURVE_DRAWING_TIME
   QTime time;


More information about the Kst mailing list