[GRASS-SVN] r39442 - grass/branches/releasebranch_6_4/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 8 07:45:42 EDT 2009


Author: martinl
Date: 2009-10-08 07:45:42 -0400 (Thu, 08 Oct 2009)
New Revision: 39442

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/mapdisp.py
Log:
wxGUI/vdigit: refresh before attribute dialog is shown


Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/mapdisp.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/mapdisp.py	2009-10-08 11:39:01 UTC (rev 39441)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/mapdisp.py	2009-10-08 11:45:42 UTC (rev 39442)
@@ -1871,6 +1871,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') is True:



More information about the grass-commit mailing list