From 2da83c55ee30faa93a6503a5ceca126410a7f4cd Mon Sep 17 00:00:00 2001
From: James Cook <james@lindenlab.com>
Date: Fri, 18 Dec 2009 14:39:54 -0800
Subject: [PATCH] Fix for color setup from Richard.

---
 indra/llui/llui.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/indra/llui/llui.cpp b/indra/llui/llui.cpp
index 1ea6b66a93c..728ed4e7aa1 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()
-- 
GitLab