ソースを参照

wxGUI/swipe: remove rendered images after quitting

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@52665 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová 12 年 前
コミット
1c4d732faf
1 ファイル変更2 行追加0 行削除
  1. 2 0
      gui/wxpython/swipe/frame.py

+ 2 - 0
gui/wxpython/swipe/frame.py

@@ -364,6 +364,8 @@ class SwipeMapFrame(DoubleMapFrame):
                    entry = 'wxGUI.MapSwipe')
 
     def OnCloseWindow(self, event):
+        self.GetFirstMap().Clean()
+        self.GetSecondMap().Clean()
         self.Destroy()