[GRASS-SVN] r67500 - grass/trunk/gui/wxpython/vdigit
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jan 6 02:16:14 PST 2016
Author: martinl
Date: 2016-01-06 02:16:14 -0800 (Wed, 06 Jan 2016)
New Revision: 67500
Modified:
grass/trunk/gui/wxpython/vdigit/wxdigit.py
grass/trunk/gui/wxpython/vdigit/wxdisplay.py
Log:
wxvdigit: debug cosmetics
Modified: grass/trunk/gui/wxpython/vdigit/wxdigit.py
===================================================================
--- grass/trunk/gui/wxpython/vdigit/wxdigit.py 2016-01-06 09:55:03 UTC (rev 67499)
+++ grass/trunk/gui/wxpython/vdigit/wxdigit.py 2016-01-06 10:16:14 UTC (rev 67500)
@@ -18,7 +18,7 @@
(and NumPy would be an excellent candidate for acceleration via
e.g. OpenCL or CUDA; I'm surprised it hasn't happened already).
-(C) 2007-2014 by the GRASS Development Team
+(C) 2007-2016 by the GRASS Development Team
This program is free software under the GNU General Public License
(>=v2). Read the file COPYING that comes with GRASS for details.
Modified: grass/trunk/gui/wxpython/vdigit/wxdisplay.py
===================================================================
--- grass/trunk/gui/wxpython/vdigit/wxdisplay.py 2016-01-06 09:55:03 UTC (rev 67499)
+++ grass/trunk/gui/wxpython/vdigit/wxdisplay.py 2016-01-06 10:16:14 UTC (rev 67500)
@@ -9,7 +9,7 @@
List of classes:
- wxdisplay::DisplayDriver
-(C) 2007-2011 by the GRASS Development Team
+(C) 2007-2016 by the GRASS Development Team
This program is free software under the GNU General Public License
(>=v2). Read the file COPYING that comes with GRASS for details.
@@ -246,7 +246,7 @@
if not self.dc or not self.dcTmp:
return -1
- Debug.msg(3, "_drawObject(): line=%d type=%d npoints=%d", robj.fid, robj.type, robj.npoints)
+ Debug.msg(4, "_drawObject(): line=%d type=%d npoints=%d", robj.fid, robj.type, robj.npoints)
brush = None
if robj.type == TYPE_AREA and \
self._isSelected(Vect_get_area_centroid(self.poMapInfo, robj.fid)):
More information about the grass-commit
mailing list