Thats what I get for hoping around my source tree with no regard for file location. I had no idea

this was in Nenya.


git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@334 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Nathan Curtis
2007-11-09 03:35:15 +00:00
parent cba2fc4f67
commit e5406c5786
@@ -96,6 +96,14 @@ public class ChatControl extends HBox
_chatDtr = (chatDtr == null) ? _ctx.getChatDirector() : chatDtr;
}
/**
* Configures the background color of the text entry area.
*/
public function setChatColor (color :int) :void
{
_txt.setStyle("backgroundColor", color);
}
override public function parentChanged (p :DisplayObjectContainer) :void
{
super.parentChanged(p);