[GRASS-SVN] r52665 - grass/trunk/gui/wxpython/swipe

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Aug 13 06:48:15 PDT 2012


Author: annakrat
Date: 2012-08-13 06:48:14 -0700 (Mon, 13 Aug 2012)
New Revision: 52665

Modified:
   grass/trunk/gui/wxpython/swipe/frame.py
Log:
wxGUI/swipe: remove rendered images after quitting

Modified: grass/trunk/gui/wxpython/swipe/frame.py
===================================================================
--- grass/trunk/gui/wxpython/swipe/frame.py	2012-08-13 13:33:35 UTC (rev 52664)
+++ grass/trunk/gui/wxpython/swipe/frame.py	2012-08-13 13:48:14 UTC (rev 52665)
@@ -364,6 +364,8 @@
                    entry = 'wxGUI.MapSwipe')
 
     def OnCloseWindow(self, event):
+        self.GetFirstMap().Clean()
+        self.GetSecondMap().Clean()
         self.Destroy()
 
 



More information about the grass-commit mailing list