浏览代码

wxvdigit: debug cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@67500 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 9 年之前
父节点
当前提交
9714f0a1e0
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      gui/wxpython/vdigit/wxdigit.py
  2. 2 2
      gui/wxpython/vdigit/wxdisplay.py

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

@@ -18,7 +18,7 @@ List of classes:
     (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.

+ 2 - 2
gui/wxpython/vdigit/wxdisplay.py

@@ -9,7 +9,7 @@ Code based on wxVdigit C++ component from GRASS 6.4.0
 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 @@ class DisplayDriver:
         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)):