Explorar o código

wxGUI/vdigit: fix type (https://trac.osgeo.org/grass/ticket/2088)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58935 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa %!s(int64=11) %!d(string=hai) anos
pai
achega
00a765e965
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      gui/wxpython/vdigit/mapwindow.py

+ 1 - 1
gui/wxpython/vdigit/mapwindow.py

@@ -757,7 +757,7 @@ class VDigitWindow(BufferedMapWindow):
         if UserSettings.Get(group = 'vdigit', key = 'bgmap',
         if UserSettings.Get(group = 'vdigit', key = 'bgmap',
                             subkey = 'value', internal = True) == '':
                             subkey = 'value', internal = True) == '':
             # no background map -> copy from current vector map layer
             # no background map -> copy from current vector map layer
-            nselected = self.bdigit.GetDisplay().SelectLinesByBox((pos1, pos2))
+            nselected = self.digit.GetDisplay().SelectLinesByBox((pos1, pos2))
             
             
             if nselected > 0:
             if nselected > 0:
                 # highlight selected features
                 # highlight selected features