[GRASS-SVN] r33296 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Sep 6 07:47:59 EDT 2008


Author: martinl
Date: 2008-09-06 07:47:59 -0400 (Sat, 06 Sep 2008)
New Revision: 33296

Modified:
   grass/trunk/gui/wxpython/gui_modules/mapdisp.py
Log:
wxGUI: bugfix #292 - Erase display crashes
(merge from devbr6, r33295)


Modified: grass/trunk/gui/wxpython/gui_modules/mapdisp.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/mapdisp.py	2008-09-06 11:42:24 UTC (rev 33295)
+++ grass/trunk/gui/wxpython/gui_modules/mapdisp.py	2008-09-06 11:47:59 UTC (rev 33296)
@@ -817,7 +817,8 @@
         if self.pdcVector:
             self.Draw(self.pdcVector, pdctype='clear')
         
-        self.Draw(self.pdcVector, pdctype='clear')
+        self.Draw(self.pdcDec, pdctype='clear')
+        self.Draw(self.pdcTmp, pdctype='clear')
         
     def DragMap(self, moveto):
         """



More information about the grass-commit mailing list