diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-05-26 18:38:04 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-05-26 18:38:04 (GMT) |
commit | 151e8b38fa25484445525fce072618e82fa5e70c (patch) | |
tree | c5aea0eb70f5b52bed88db5952dfe741a8dbe20b /tksao/frame | |
parent | 415ee88b577a39033e4679b125e6ff6665efc5ae (diff) | |
download | blt-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.C | 2 |
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) |