summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-07-03 16:31:38 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-07-03 16:31:38 (GMT)
commit5c755f07975554e5cfb83edb76b8383d18fc1fe0 (patch)
treed6f34f44e2859d4291558998f09d47565c893fe6
parent6ed14079b7fc605d2a3e83216ece39cac613aabf (diff)
downloadblt-5c755f07975554e5cfb83edb76b8383d18fc1fe0.zip
blt-5c755f07975554e5cfb83edb76b8383d18fc1fe0.tar.gz
blt-5c755f07975554e5cfb83edb76b8383d18fc1fe0.tar.bz2
PLOT3D: simplify code for generating plot3d cursor
-rw-r--r--ds9/library/markeranalysisplot3d.tcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/ds9/library/markeranalysisplot3d.tcl b/ds9/library/markeranalysisplot3d.tcl
index 5a12851..191ceb3 100644
--- a/ds9/library/markeranalysisplot3d.tcl
+++ b/ds9/library/markeranalysisplot3d.tcl
@@ -168,6 +168,7 @@ proc MarkerAnalysisPlot3dCB {frame id} {
set vvar(markerslice) [$vvar(graph) marker create line -element bar1 \
-outline cyan -linewidth 2 \
-bindtags [list slice]]
+ $vvar(graph) configure -halo 10
$vvar(graph) marker bind slice <B1-Motion> \
[list MarkerAnalysisPlot3dMotion $vvarname %x %y]