summaryrefslogtreecommitdiffstats
path: root/tksao/frame/context.C
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-06-15 15:41:59 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-06-15 15:41:59 (GMT)
commit7699cb83fea8ae76ca571d12ee0340667c757904 (patch)
treef4e71c0148d7d5c63a27752ff53bd396b8ee672e /tksao/frame/context.C
parentf26ad9801de3d2cdbca4194d87971f3405f63e47 (diff)
downloadblt-7699cb83fea8ae76ca571d12ee0340667c757904.zip
blt-7699cb83fea8ae76ca571d12ee0340667c757904.tar.gz
blt-7699cb83fea8ae76ca571d12ee0340667c757904.tar.bz2
IIS: fixed corrupted colormap and colorbar numerics
Diffstat (limited to 'tksao/frame/context.C')
-rw-r--r--tksao/frame/context.C6
1 files changed, 4 insertions, 2 deletions
diff --git a/tksao/frame/context.C b/tksao/frame/context.C
index 756f771..03bf2c8 100644
--- a/tksao/frame/context.C
+++ b/tksao/frame/context.C
@@ -2537,8 +2537,10 @@ void Context::setIIS()
{
frScale.setClipMode(FrScale::USERCLIP);
frScale.setMinMaxMode(FrScale::SCAN);
- frScale.setULow(IISMIN);
- frScale.setUHigh(IISMAX);
+ // frScale.setULow(IISMIN);
+ // frScale.setUHigh(IISMAX);
+ frScale.setULow(0);
+ frScale.setUHigh(IISSIZE);
frScale.setColorScaleType(FrScale::IISSCALE);
}