[Kst] [Bug 115663] redisplay after exports to graphics
George Staikos
staikos at kde.org
Fri Nov 4 18:32:05 CET 2005
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.kde.org/show_bug.cgi?id=115663
staikos kde org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From staikos kde org 2005-11-04 18:32 -------
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