eric6/Graphics/UMLGraphicsView.py

changeset 8222
5994b80b8760
parent 8220
006ee31b4835
child 8273
698ae46f40a4
child 8289
871b40c5a77a
--- 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

eric ide

mercurial