Selaa lähdekoodia

wxGUI/iclass: show computation region box

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@54512 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 12 vuotta sitten
vanhempi
commit
e461edac75
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      gui/wxpython/iclass/digit.py

+ 2 - 1
gui/wxpython/iclass/digit.py

@@ -39,7 +39,8 @@ class IClassVDigitWindow(VDigitWindow):
         @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: