--- a/src/eric7/Graphics/AssociationItem.py Mon Feb 24 15:11:18 2025 +0100 +++ b/src/eric7/Graphics/AssociationItem.py Mon Feb 24 15:43:49 2025 +0100 @@ -184,7 +184,7 @@ endP = self.__findRectIntersectionPoint(self.itemB, midB, midA) if startP.x() != -1 and startP.y() != -1 and endP.x() != -1 and endP.y() != -1: - # __IGNORE_WARNING_C111__ + # __IGNORE_WARNING_C-111__ self.setPoints(startP.x(), startP.y(), endP.x(), endP.y()) def __calculateEndingPoints_rectangle(self):