Przeglądaj źródła

wxGUI/g.gui.image2target: fix close window (dissociate the managed window from the AuiManager) (#1038)

Tomas Zigo 4 lat temu
rodzic
commit
771d8fe129
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      gui/wxpython/image2target/ii2t_manager.py

+ 1 - 0
gui/wxpython/image2target/ii2t_manager.py

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