summaryrefslogtreecommitdiffstats
path: root/ds9/library
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-03-09 16:42:03 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-03-09 16:42:03 (GMT)
commitb8c71b8fb3bba56c0c55df8657853ab530d905ae (patch)
tree2bba220ea003c076927e9c94e04b739518556747 /ds9/library
parent7b83d08859fb89c4e6cfb44f7af2d0cd44826a7c (diff)
downloadblt-b8c71b8fb3bba56c0c55df8657853ab530d905ae.zip
blt-b8c71b8fb3bba56c0c55df8657853ab530d905ae.tar.gz
blt-b8c71b8fb3bba56c0c55df8657853ab530d905ae.tar.bz2
fixed nested loop issue with scale dialog
Diffstat (limited to 'ds9/library')
-rw-r--r--ds9/library/scale.tcl2
1 files changed, 0 insertions, 2 deletions
diff --git a/ds9/library/scale.tcl b/ds9/library/scale.tcl
index fa1c84e..929c68b 100644
--- a/ds9/library/scale.tcl
+++ b/ds9/library/scale.tcl
@@ -475,10 +475,8 @@ proc UpdateScaleDialog {} {
set dscale(minmin) [lindex $limits 0]
set dscale(minmax) [lindex $limits 1]
- SetWatchCursor
$current(frame) get histogram \
$dscale(xdata) $dscale(ydata) $scale(bins)
- ResetWatchCursor
# we seem to need to do this so that the min/max values are known
blt::vector expr min($dscale(ydata))