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