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

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 8 08:06:59 EDT 2009


Author: martinl
Date: 2009-10-08 08:06:58 -0400 (Thu, 08 Oct 2009)
New Revision: 39445

Modified:
   grass/trunk/gui/wxpython/gui_modules/mapdisp_window.py
Log:
wxGUI/vdigit: refresh map canvas
	      (merge r39444 from devbr6)


Modified: grass/trunk/gui/wxpython/gui_modules/mapdisp_window.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/mapdisp_window.py	2009-10-08 12:03:30 UTC (rev 39444)
+++ grass/trunk/gui/wxpython/gui_modules/mapdisp_window.py	2009-10-08 12:06:58 UTC (rev 39445)
@@ -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