From f776e4e7f77608586d85e823f56917cb733cd6ec Mon Sep 17 00:00:00 2001 From: vantu5z Date: Mon, 1 Feb 2021 10:11:53 +0300 Subject: [PATCH] [GraphView] fix saving configuration fix bug 0012194 --- GraphView/graphview.py | 1 + 1 file changed, 1 insertion(+) diff --git a/GraphView/graphview.py b/GraphView/graphview.py index ab4cb09b8..deacd0d71 100644 --- a/GraphView/graphview.py +++ b/GraphView/graphview.py @@ -209,6 +209,7 @@ def on_delete(self): Method called on shutdown. See PageView class (../gramps/gui/views/pageview.py). """ + super().on_delete() # stop search to allow close app properly self.graph_widget.search_widget.stop_search()