Selaa lähdekoodia

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

Tomas Zigo 4 vuotta sitten
vanhempi
commit
771d8fe129
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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.grwiz.Cleanup()
+            self._mgr.UnInit()
 
             self.Destroy()