[Kst] extragear/graphics/kst/kst

George Staikos staikos at kde.org
Fri Nov 4 18:31:55 CET 2005


SVN commit 477676 by staikos:

update the clip rects after drawing a graphic.  Yuck.  There's no reason the
graphics export code should kill the cache for the display code and force a
redraw.  We need to fix the whole export/print mechanism.
BUG: 115663


 M  +1 -0      kstviewobject.cpp  


--- trunk/extragear/graphics/kst/kst/kstviewobject.cpp #477675:477676
@@ -554,6 +554,7 @@
 
 void KstViewObject::parentRevertedForPrint() {
   _geom = _geomOld;
+  _clipMask = QRegion();
   for (KstViewObjectList::Iterator i = _children.begin(); i != _children.end(); ++i) {
     (*i)->parentRevertedForPrint();
   }


More information about the Kst mailing list