summaryrefslogtreecommitdiffstats
path: root/tksao/frame/frameload.C
diff options
context:
space:
mode:
Diffstat (limited to 'tksao/frame/frameload.C')
-rw-r--r--tksao/frame/frameload.C3
1 files changed, 2 insertions, 1 deletions
diff --git a/tksao/frame/frameload.C b/tksao/frame/frameload.C
index b2b02ea..ce681a6 100644
--- a/tksao/frame/frameload.C
+++ b/tksao/frame/frameload.C
@@ -976,7 +976,8 @@ Context* Frame::loadMask()
result = TCL_ERROR;
return NULL;
}
- FitsMask* msk = new FitsMask(this, maskColorName, maskMark);
+ FitsMask* msk =
+ new FitsMask(this, maskColorName, maskMark, maskLow, maskHigh);
mask.append(msk);
return msk->context();
}