https://bugs.kde.org/show_bug.cgi?id=394676
--- Comment #1 from Maurizio Paolini <paol...@dmf.unicatt.it> --- The problem is located in objects/line_imp.cc in function AbstractLineImp::isPropertyDefinedOnOrThroughThisImp It sounds that the correct setup should be: 1. reduce the number of properties taken into account in AbstractLineImp::isPropertyDefinedOnOrThroughThisImp to the first two (they should both return false) 2. move the remaining 5 (5 is the right value!) in a new function SegmentImp::isPropertyDefinedOnOrThroughThisImp, they should return, in this order, false, true, true(?), true, true The meaning of this function is to instruct kig if the new object is by definition geometrically contained in the parent, or the other way around. We should also check the same method for the other object inherited from AbstractLine (Ray and Line, I guess) -- You are receiving this mail because: You are watching all bug changes.