[GRASS-SVN] r36360 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Mar 13 12:29:53 EDT 2009
Author: martinl
Date: 2009-03-13 12:29:52 -0400 (Fri, 13 Mar 2009)
New Revision: 36360
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/toolbars.py
Log:
wxGUI: refresh map canvas after vdigit (trac #524)
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/toolbars.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/toolbars.py 2009-03-13 15:58:40 UTC (rev 36359)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/toolbars.py 2009-03-13 16:29:52 UTC (rev 36360)
@@ -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