| Summary: | zoom rect clipping bug | ||
|---|---|---|---|
| Product: | [Applications] kst | Reporter: | George Staikos <staikos> |
| Component: | plotting | Assignee: | kst |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.x | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
George Staikos
2004-11-07 16:27:32 UTC
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; Change version to 1.x |