[GRASS-SVN] r33295 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Sep 6 07:42:25 EDT 2008
Author: martinl
Date: 2008-09-06 07:42:24 -0400 (Sat, 06 Sep 2008)
New Revision: 33295
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/mapdisp.py
Log:
wxGUI: bugfix #292 - Erase display crashes
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/mapdisp.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/mapdisp.py 2008-09-06 11:40:37 UTC (rev 33294)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/mapdisp.py 2008-09-06 11:42:24 UTC (rev 33295)
@@ -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