[GRASS-SVN] r58935 - grass/trunk/gui/wxpython/vdigit
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Feb 7 05:23:15 PST 2014
Author: martinl
Date: 2014-02-07 05:23:15 -0800 (Fri, 07 Feb 2014)
New Revision: 58935
Modified:
grass/trunk/gui/wxpython/vdigit/mapwindow.py
Log:
wxGUI/vdigit: fix type (#2088)
Modified: grass/trunk/gui/wxpython/vdigit/mapwindow.py
===================================================================
--- grass/trunk/gui/wxpython/vdigit/mapwindow.py 2014-02-07 12:07:32 UTC (rev 58934)
+++ grass/trunk/gui/wxpython/vdigit/mapwindow.py 2014-02-07 13:23:15 UTC (rev 58935)
@@ -757,7 +757,7 @@
if UserSettings.Get(group = 'vdigit', key = 'bgmap',
subkey = 'value', internal = True) == '':
# 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:
# highlight selected features
More information about the grass-commit
mailing list