Skip to content

Commit f776e4e

Browse files
committed
[GraphView] fix saving configuration
fix bug 0012194
1 parent c4a7f93 commit f776e4e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

GraphView/graphview.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ def on_delete(self):
209209
Method called on shutdown.
210210
See PageView class (../gramps/gui/views/pageview.py).
211211
"""
212+
super().on_delete()
212213
# stop search to allow close app properly
213214
self.graph_widget.search_widget.stop_search()
214215

0 commit comments

Comments
 (0)