Skip to content

Commit

Permalink
wxGUI/gcpmanager: fix #430 (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
petrasovaa committed Mar 23, 2020
1 parent 861c139 commit 7c555cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/wxpython/gcp/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -1747,6 +1747,7 @@ def OnQuit(self, event):
self.TgtMap.Clean()

self.grwiz.Cleanup()
self._mgr.UnInit()

self.Destroy()

Expand Down

0 comments on commit 7c555cc

Please sign in to comment.