summaryrefslogtreecommitdiffstats
path: root/tksao/frame/frame.C
diff options
context:
space:
mode:
Diffstat (limited to 'tksao/frame/frame.C')
-rw-r--r--tksao/frame/frame.C5
1 files changed, 5 insertions, 0 deletions
diff --git a/tksao/frame/frame.C b/tksao/frame/frame.C
index 119e63d..ea061ca 100644
--- a/tksao/frame/frame.C
+++ b/tksao/frame/frame.C
@@ -55,6 +55,11 @@ Frame::~Frame()
delete [] maskColorName;
}
+void Frame::alignWCS() {
+ Base::alignWCS();
+ updateMaskMatrices();
+}
+
unsigned char* Frame::blend(unsigned char* src, unsigned char* msk,
int width, int height)
{