summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorjoye <joye>2014-06-19 21:09:41 (GMT)
committerjoye <joye>2014-06-19 21:09:41 (GMT)
commit90d9bb8c6bd70f0985fade0985ad50c020b4b3ce (patch)
tree58d086170aede279b4bc12d81a7225fd6666ef90 /library
parenta11b9fdd06b49f9d06db55cfec86c5d85f06252d (diff)
downloadblt-90d9bb8c6bd70f0985fade0985ad50c020b4b3ce.zip
blt-90d9bb8c6bd70f0985fade0985ad50c020b4b3ce.tar.gz
blt-90d9bb8c6bd70f0985fade0985ad50c020b4b3ce.tar.bz2
*** empty log message ***
Diffstat (limited to 'library')
-rw-r--r--library/graph.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/graph.tcl b/library/graph.tcl
index 1fc487d..8a221b7 100644
--- a/library/graph.tcl
+++ b/library/graph.tcl
@@ -544,7 +544,7 @@ proc blt::ZoomStack::Box { g } {
set Y [lindex [$g yaxis use] 0]
$g marker create line "zoomOutline" \
-coords $coords -mapx $X -mapy $Y \
- -dashes 4 -linewidth 1 -xor yes
+ -dashes 4 -linewidth 1
set interval $_private($g,interval)
set id [after $interval [list blt::ZoomStack::MarchingAnts $g 0]]
set _private($g,afterId) $id