summaryrefslogtreecommitdiffstats
path: root/tksao
diff options
context:
space:
mode:
Diffstat (limited to 'tksao')
-rw-r--r--tksao/frame/frame.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/tksao/frame/frame.C b/tksao/frame/frame.C
index 17b4ef8..f0ff5e7 100644
--- a/tksao/frame/frame.C
+++ b/tksao/frame/frame.C
@@ -403,9 +403,9 @@ void Frame::maskColorCmd(const char* color)
maskColorName = dupstr(color);
}
-void Frame::maskTransparencyCmd(float t)
+void Frame::maskTransparencyCmd(float tt)
{
- maskAlpha = 1-(t/100.);
+ maskAlpha = 1-(tt/100.);
update(BASE);
}