diff options
Diffstat (limited to 'Graphics.py')
-rw-r--r-- | Graphics.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Graphics.py b/Graphics.py index 3660f25..950b1fc 100644 --- a/Graphics.py +++ b/Graphics.py @@ -580,6 +580,7 @@ class NodeItem(QtWidgets.QGraphicsItem): if j is not None: default_tooltip = default_tooltip + f" {i} : {j}\n" self.setToolTip(default_tooltip) + def findMainWindow(self): ''' |