[GRASS-SVN] r29986 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Feb 6 17:12:24 EST 2008
Author: martinl
Date: 2008-02-06 17:12:24 -0500 (Wed, 06 Feb 2008)
New Revision: 29986
Modified:
grass/trunk/gui/wxpython/gui_modules/mapdisp.py
Log:
wxGUI: re-add initialization of digit tool
Modified: grass/trunk/gui/wxpython/gui_modules/mapdisp.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/mapdisp.py 2008-02-06 22:04:40 UTC (rev 29985)
+++ grass/trunk/gui/wxpython/gui_modules/mapdisp.py 2008-02-06 22:12:24 UTC (rev 29986)
@@ -2222,6 +2222,11 @@
self.projinfo = self.Map.ProjInfo()
#
+ # Initialization of digitization tool
+ #
+ self.digit = None
+
+ #
# Init zoom history
#
self.MapWindow.ZoomHistory(self.Map.region['n'],
More information about the grass-commit
mailing list