[GRASS-SVN] r39444 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Oct 8 08:03:30 EDT 2009
Author: martinl
Date: 2009-10-08 08:03:30 -0400 (Thu, 08 Oct 2009)
New Revision: 39444
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/mapdisp_window.py
Log:
wxGUI/vdigit: refresh map canvas
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/mapdisp_window.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/mapdisp_window.py 2009-10-08 11:57:46 UTC (rev 39443)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/mapdisp_window.py 2009-10-08 12:03:30 UTC (rev 39444)
@@ -2059,6 +2059,7 @@
self.polycoords = []
self.UpdateMap(render=False)
self.redrawAll = True
+ self.Refresh()
# add new record into atribute table
if UserSettings.Get(group='vdigit', key="addRecord", subkey='enabled') and \
@@ -2197,6 +2198,7 @@
self.UpdateMap(render=False)
self.redrawAll = True
+ self.Refresh()
event.Skip()
More information about the grass-commit
mailing list