소스 검색

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

Tomas Zigo 4 년 전
부모
커밋
771d8fe129
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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()