diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llui/lliconctrl.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linden/indra/llui/lliconctrl.cpp b/linden/indra/llui/lliconctrl.cpp index e73c8fe..0df960e 100644 --- a/linden/indra/llui/lliconctrl.cpp +++ b/linden/indra/llui/lliconctrl.cpp | |||
@@ -112,6 +112,12 @@ void LLIconCtrl::draw() | |||
112 | LLUICtrl::draw(); | 112 | LLUICtrl::draw(); |
113 | } | 113 | } |
114 | 114 | ||
115 | // virtual | ||
116 | void LLIconCtrl::setAlpha(F32 alpha) | ||
117 | { | ||
118 | mColor.setAlpha(alpha); | ||
119 | } | ||
120 | |||
115 | // virtual | 121 | // virtual |
116 | void LLIconCtrl::setValue(const LLSD& value ) | 122 | void LLIconCtrl::setValue(const LLSD& value ) |
117 | { | 123 | { |