diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-03-08 22:05:02 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-03-08 22:05:02 (GMT) |
commit | fd6b04d9384e8bc4a3b0a37528a48f5fd3671f39 (patch) | |
tree | 9f45d77557ab8999f0eb7e870b830b051f58f5c9 /tksao/frame | |
parent | a890a09a65bb9897926390097ba8a115c60ee4d3 (diff) | |
download | blt-fd6b04d9384e8bc4a3b0a37528a48f5fd3671f39.zip blt-fd6b04d9384e8bc4a3b0a37528a48f5fd3671f39.tar.gz blt-fd6b04d9384e8bc4a3b0a37528a48f5fd3671f39.tar.bz2 |
add contour scope
Diffstat (limited to 'tksao/frame')
-rw-r--r-- | tksao/frame/framebase.C | 3 |
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); |