Browse Source

wxGUI/gcpmanager: fix #430 (#447)

Anna Petrasova 5 years ago
parent
commit
7c555cc4dc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      gui/wxpython/gcp/manager.py

+ 1 - 0
gui/wxpython/gcp/manager.py

@@ -1747,6 +1747,7 @@ class GCP(MapFrame, ColumnSorterMixin):
             self.TgtMap.Clean()
 
             self.grwiz.Cleanup()
+            self._mgr.UnInit()
 
             self.Destroy()