diff options
author | James Cook <james@lindenlab.com> | 2009-12-18 14:39:54 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-12-18 14:39:54 -0800 |
commit | 2da83c55ee30faa93a6503a5ceca126410a7f4cd (patch) | |
tree | 55115cecb18a5bc0892ca578c828a324fd406a0d /indra/llui/llui.cpp | |
parent | 298c829bb7d36e0acbc4844ee8b94e685c3d4c2b (diff) |
Fix for color setup from Richard.
Diffstat (limited to 'indra/llui/llui.cpp')
-rw-r--r-- | indra/llui/llui.cpp | 1 |
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() |