[Kst] [Bug 92857] zoom rect clipping bug
Andrew Walker
arwalker at sumusltd.com
Sun Nov 7 21:49:13 CET 2004
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=92857
arwalker sumusltd com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From arwalker sumusltd com 2004-11-07 21:49 -------
CVS commit by arwalker:
Set _lastClipRegion correctly.
CCMAIL: 92857-done bugs kde org
M +1 -0 kstviewobject.cpp 1.99
--- kdeextragear-2/kst/kst/kstviewobject.cpp #1.98:1.99
@ -199,4 +199,5 @ void KstViewObject::paint(KstPaintType t
for (KstViewObjectList::Iterator i = _children.begin(); i != _children.end(); ++i) {
if ((*i)->_maximized) {
+ (*i)->_lastClipRegion = (*i)->geometry();
(*i)->paint(type, p);
maximized = true;
More information about the Kst
mailing list