[Kst] [Bug 121068] Arrow view objects not always clipped correctly

George Staikos staikos at kde.org
Wed Feb 1 05:15:39 CET 2006


------- 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=121068         




------- Additional Comments From staikos kde org  2006-02-01 05:15 -------
On Tuesday 31 January 2006 20:39, Andrew Walker wrote:

>      } else {
>        const QRegion clip(clipRegion());
>        KstViewObject::paintSelf(p, bounds - clip);
> -      p.setClipRegion(bounds & clip);
> +      p.setClipRegion(clip);
>      }


  From the looks of this, it will paint outside the bounds of the object, 
which is invalid.  I haven't tested, but if it does paint outside the bounds, 
it's wrong and needs to be corrected.  I can test it tomorrow.


More information about the Kst mailing list