diff -r 0572a215bd2f -r 5994b80b8760 eric6/Graphics/UMLGraphicsView.py --- a/eric6/Graphics/UMLGraphicsView.py Sun Apr 11 16:53:48 2021 +0200 +++ b/eric6/Graphics/UMLGraphicsView.py Sun Apr 11 18:45:10 2021 +0200 @@ -520,6 +520,7 @@ amount = rect.y() + rect.height() index = i elif alignment == Qt.AlignmentFlag.AlignVCenter: + # __IGNORE_WARNING_Y102__ if amount is None or rect.height() > amount: amount = rect.height() index = i