Skip to content

Commit

Permalink
[GraphView] fix saving configuration
Browse files Browse the repository at this point in the history
fix bug 0012194
  • Loading branch information
vantu5z committed Feb 1, 2021
1 parent c4a7f93 commit f776e4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GraphView/graphview.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit f776e4e

Please sign in to comment.