summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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))