mirror of https://gitlab.com/pamhyr/pamhyr2
Network: Fix pep8.
parent
f62b209ffb
commit
c7001bf0fa
|
|
@ -360,6 +360,7 @@ class EdgeItem(QGraphicsItem):
|
|||
painter.drawPolygon(poly)
|
||||
painter.fillPath(path, brush)
|
||||
|
||||
|
||||
class NodeText(QGraphicsTextItem):
|
||||
def __init__(self, node_item):
|
||||
super(NodeText, self).__init__()
|
||||
|
|
|
|||
Loading…
Reference in New Issue