https://bugs.kde.org/show_bug.cgi?id=359158
--- Comment #1 from Kai Uwe Broulik <k...@privat.broulik.de> --- This code is to blame: // On applet undo or via scripting, the applet position will be saved // in applet's scene coordinates so remap it to resultsflow's coordinates. var pos = root.parent.mapToItem(resultsFlow, x, y); While it fixes the undo position, it broke the add applet position. If I remove this, the drop position is correct but undoing the deletion places it wrong. -- You are receiving this mail because: You are watching all bug changes.