summaryrefslogtreecommitdiffstats
path: root/tksao/frame
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-03-08 22:05:02 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-03-08 22:05:02 (GMT)
commitfd6b04d9384e8bc4a3b0a37528a48f5fd3671f39 (patch)
tree9f45d77557ab8999f0eb7e870b830b051f58f5c9 /tksao/frame
parenta890a09a65bb9897926390097ba8a115c60ee4d3 (diff)
downloadblt-fd6b04d9384e8bc4a3b0a37528a48f5fd3671f39.zip
blt-fd6b04d9384e8bc4a3b0a37528a48f5fd3671f39.tar.gz
blt-fd6b04d9384e8bc4a3b0a37528a48f5fd3671f39.tar.bz2
add contour scope
Diffstat (limited to 'tksao/frame')
-rw-r--r--tksao/frame/framebase.C3
1 files changed, 1 insertions, 2 deletions
diff --git a/tksao/frame/framebase.C b/tksao/frame/framebase.C
index acf838e..457e8a3 100644
--- a/tksao/frame/framebase.C
+++ b/tksao/frame/framebase.C
@@ -110,15 +110,14 @@ void FrameBase::setSlice(int id, int ss)
switch (currentContext->clipScope()) {
case FrScale::GLOBAL:
- currentContext->updateContours();
break;
case FrScale::LOCAL:
currentContext->clearHist();
currentContext->updateClip();
- currentContext->updateContoursScale();
break;
}
+ currentContext->updateContours();
updateColorScale();
update(MATRIX);