From kde-bugs-dist Sun Aug 31 20:38:30 2003 From: Sebastian Stein Date: Sun, 31 Aug 2003 20:38:30 +0000 To: kde-bugs-dist Subject: [Bug 57490] association anchor deletion buggy X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=106236231517928 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=57490 ------- Additional Comments From seb_stein@gmx.de 2003-08-31 22:38 ------- The problem is the wrong understanding of m_LineList and the return value of onLinePath, both in class LinePath. removePoint always removes the start point of the line, but this might not be always the correct behaviour. I'll fix this in the next 2 weeks. Steinchen