[GRASS-SVN] r36267 -
grass/branches/releasebranch_6_4/gui/tcltk/gis.m
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Mar 9 01:47:31 EDT 2009
Author: cmbarton
Date: 2009-03-09 01:47:31 -0400 (Mon, 09 Mar 2009)
New Revision: 36267
Modified:
grass/branches/releasebranch_6_4/gui/tcltk/gis.m/maptool.tcl
Log:
fix toolbar button to match display mode on startup.
Modified: grass/branches/releasebranch_6_4/gui/tcltk/gis.m/maptool.tcl
===================================================================
--- grass/branches/releasebranch_6_4/gui/tcltk/gis.m/maptool.tcl 2009-03-09 05:45:39 UTC (rev 36266)
+++ grass/branches/releasebranch_6_4/gui/tcltk/gis.m/maptool.tcl 2009-03-09 05:47:31 UTC (rev 36267)
@@ -348,7 +348,7 @@
# This does not actually set the mode
# it just starts visually in sync with the default
- set MapToolBar::explore($mon) strict
+ set MapToolBar::explore($mon) explore
pack $strictdraw $exploredraw -side left -anchor w
}
More information about the grass-commit
mailing list