[GRASS-SVN] r44921 - grass/branches/develbranch_6/vector/v.digit

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jan 9 19:12:48 EST 2011


Author: cmbarton
Date: 2011-01-09 16:12:48 -0800 (Sun, 09 Jan 2011)
New Revision: 44921

Modified:
   grass/branches/develbranch_6/vector/v.digit/toolbox.tcl
Log:
Hopefully fixing .bind_scroll_list bug. Also removing puts debugging code

Modified: grass/branches/develbranch_6/vector/v.digit/toolbox.tcl
===================================================================
--- grass/branches/develbranch_6/vector/v.digit/toolbox.tcl	2011-01-09 21:19:14 UTC (rev 44920)
+++ grass/branches/develbranch_6/vector/v.digit/toolbox.tcl	2011-01-10 00:12:48 UTC (rev 44921)
@@ -22,6 +22,7 @@
 set prompt_middle [G_msg "Middle button"]
 set prompt_right [G_msg "Right button"]
 set coor ""
+set bind_scroll_list {}
 
 wm title . "v.digit toolbox - $map_name@$map_mapset"
 
@@ -52,7 +53,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