summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2009-12-18 14:39:54 -0800
committerJames Cook <james@lindenlab.com>2009-12-18 14:39:54 -0800
commit2da83c55ee30faa93a6503a5ceca126410a7f4cd (patch)
tree55115cecb18a5bc0892ca578c828a324fd406a0d /indra/llui
parent298c829bb7d36e0acbc4844ee8b94e685c3d4c2b (diff)
Fix for color setup from Richard.
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/llui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llui.cpp b/indra/llui/llui.cpp
index 1ea6b66a93..728ed4e7aa 100644
--- a/indra/llui/llui.cpp
+++ b/indra/llui/llui.cpp
@@ -1915,6 +1915,7 @@ namespace LLInitParam
green = color.mV[VGREEN];
blue = color.mV[VBLUE];
alpha = color.mV[VALPHA];
+ control.set("", false);
}
void TypeValues<LLUIColor>::declareValues()