summaryrefslogtreecommitdiffstats
path: root/tksao/frame/context.C
diff options
context:
space:
mode:
Diffstat (limited to 'tksao/frame/context.C')
-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)