[GRASS-SVN] r36362 -
grass/branches/releasebranch_6_4/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Mar 13 12:31:52 EDT 2009
Author: martinl
Date: 2009-03-13 12:31:52 -0400 (Fri, 13 Mar 2009)
New Revision: 36362
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/toolbars.py
Log:
wxGUI: refresh map canvas after vdigit (trac #524)
(merge from devbr6, r36360)
Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/toolbars.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/toolbars.py 2009-03-13 16:31:08 UTC (rev 36361)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/toolbars.py 2009-03-13 16:31:52 UTC (rev 36362)
@@ -1187,6 +1187,8 @@
self.mapLayer = None
+ self.parent.MapWindow.redrawAll = True
+
return True
def UpdateListOfLayers (self, updateTool=False):
More information about the grass-commit
mailing list