We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4a7f93 commit f776e4eCopy full SHA for f776e4e
1 file changed
GraphView/graphview.py
@@ -209,6 +209,7 @@ def on_delete(self):
209
Method called on shutdown.
210
See PageView class (../gramps/gui/views/pageview.py).
211
"""
212
+ super().on_delete()
213
# stop search to allow close app properly
214
self.graph_widget.search_widget.stop_search()
215
0 commit comments