https://bugs.kde.org/show_bug.cgi?id=386110
--- Comment #4 from Albert Astals Cid <aa...@kde.org> --- Note intersects is really funny and may not be doing what you expect, i.e. if two rectangles share an edge, they intersect. That bit me a bit recently and i have a branch that changes some intersects() to calculating the intersection and checking for width > 0 && height > 0 -- You are receiving this mail because: You are watching all bug changes.