summaryrefslogtreecommitdiffstats
path: root/tksao/frame
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-05-26 18:38:04 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-05-26 18:38:04 (GMT)
commit151e8b38fa25484445525fce072618e82fa5e70c (patch)
treec5aea0eb70f5b52bed88db5952dfe741a8dbe20b /tksao/frame
parent415ee88b577a39033e4679b125e6ff6665efc5ae (diff)
downloadblt-151e8b38fa25484445525fce072618e82fa5e70c.zip
blt-151e8b38fa25484445525fce072618e82fa5e70c.tar.gz
blt-151e8b38fa25484445525fce072618e82fa5e70c.tar.bz2
fixed load/paste contours
Diffstat (limited to 'tksao/frame')
-rw-r--r--tksao/frame/context.C2
1 files changed, 2 insertions, 0 deletions
diff --git a/tksao/frame/context.C b/tksao/frame/context.C
index 08c3568..94a81f2 100644
--- a/tksao/frame/context.C
+++ b/tksao/frame/context.C
@@ -429,6 +429,7 @@ void Context::clearHist()
void Context::contourAppendAux(ContourLevel* ct)
{
auxcontours_.append(ct);
+ hasAuxContour_ =1;
}
void Context::contourCreateFV(const char* color, int width, int dash,
@@ -597,6 +598,7 @@ void Context::contourLoadAux(istream& str,
}
auxcontours_.append(cl);
+ hasAuxContour_ =1;
}
void Context::contourPS(Widget::PSColorSpace cs)