[GRASS-SVN] r44900 - grass/branches/releasebranch_6_4/vector/v.digit
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jan 6 14:00:27 EST 2011
Author: cmbarton
Date: 2011-01-06 11:00:26 -0800 (Thu, 06 Jan 2011)
New Revision: 44900
Modified:
grass/branches/releasebranch_6_4/vector/v.digit/toolbox.tcl
Log:
Removed debugging code (puts showing button pressed)
Modified: grass/branches/releasebranch_6_4/vector/v.digit/toolbox.tcl
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.digit/toolbox.tcl 2011-01-06 18:15:45 UTC (rev 44899)
+++ grass/branches/releasebranch_6_4/vector/v.digit/toolbox.tcl 2011-01-06 19:00:26 UTC (rev 44900)
@@ -52,7 +52,6 @@
# right-click is acting like a middle-click...
bind .screen.canvas <ButtonPress> {
- puts "button: %b"
if { %b == 3 } {
c_update_tool %x %y 2
} elseif { %b == 2 } {
More information about the grass-commit
mailing list