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

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Mar 13 12:31:08 EDT 2009


Author: martinl
Date: 2009-03-13 12:31:08 -0400 (Fri, 13 Mar 2009)
New Revision: 36361

Modified:
   grass/trunk/gui/wxpython/gui_modules/toolbars.py
Log:
wxGUI: refresh map canvas after vdigit (trac #524)
	(merge from devbr6, r36360)


Modified: grass/trunk/gui/wxpython/gui_modules/toolbars.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/toolbars.py	2009-03-13 16:29:52 UTC (rev 36360)
+++ grass/trunk/gui/wxpython/gui_modules/toolbars.py	2009-03-13 16:31:08 UTC (rev 36361)
@@ -1190,6 +1190,8 @@
         
         self.mapLayer = None
         
+        self.parent.MapWindow.redrawAll = True
+        
         return True
     
     def UpdateListOfLayers (self, updateTool=False):



More information about the grass-commit mailing list