summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-06-27 16:50:03 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-06-27 16:50:03 (GMT)
commit8d5a0c563ff48c1ed8e81f013c5b66d9cbfde326 (patch)
treeb4433cd699952ef59da24a67881f28cda7658c5c
parent43bd43cf0f8286239acfc4e5b124b22c388e3a45 (diff)
downloadblt-8d5a0c563ff48c1ed8e81f013c5b66d9cbfde326.zip
blt-8d5a0c563ff48c1ed8e81f013c5b66d9cbfde326.tar.gz
blt-8d5a0c563ff48c1ed8e81f013c5b66d9cbfde326.tar.bz2
support multiple graph plots
-rw-r--r--ds9/library/plot.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/library/plot.tcl b/ds9/library/plot.tcl
index 5a42c97..6d721d4 100644
--- a/ds9/library/plot.tcl
+++ b/ds9/library/plot.tcl
@@ -305,7 +305,7 @@ proc PlotChangeMode {varname} {
blt::RemoveBindTag $var($cc) zoom-$var($cc)
bind $var($cc) <1> [list PlotButton $varname %x %y]
}
-p zoom {
+ zoom {
bind $var($cc) <1> {}
blt::AddBindTag $var($cc) zoom-$var($cc)
}