https://bugs.kde.org/show_bug.cgi?id=409631
--- Comment #3 from Ralf Habacker <ralf.habac...@freenet.de> --- In normal case UMLWidget* UMLScene::widgetAt(const QPointF& p) returns correct widget instances 1. click ClassifierWidget(0x1e64b40) 2. click ClassifierWidget(0x1d14670) In the error case there is returned: 1. click ClassifierWidget(this = 0x1d14680) 2. click QGraphicsItem (0x15fdad0) which obviously isn't the right widget. -- You are receiving this mail because: You are watching all bug changes.