[GRASS-SVN] r54512 - grass/trunk/gui/wxpython/iclass

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jan 3 03:51:27 PST 2013


Author: martinl
Date: 2013-01-03 03:51:26 -0800 (Thu, 03 Jan 2013)
New Revision: 54512

Modified:
   grass/trunk/gui/wxpython/iclass/digit.py
Log:
wxGUI/iclass: show computation region box


Modified: grass/trunk/gui/wxpython/iclass/digit.py
===================================================================
--- grass/trunk/gui/wxpython/iclass/digit.py	2013-01-03 10:50:09 UTC (rev 54511)
+++ grass/trunk/gui/wxpython/iclass/digit.py	2013-01-03 11:51:26 UTC (rev 54512)
@@ -39,7 +39,8 @@
         @param map map renderer instance
         """
         VDigitWindow.__init__(self, parent = parent, giface = giface, Map = map, frame = frame)
-        
+        self.regionCoords = [] # show computation extent box
+
     def _onLeftDown(self, event):
         action = self.toolbar.GetAction()
         if not action:



More information about the grass-commit mailing list