diff options
| author | richard <none@none> | 2009-12-18 15:18:16 -0800 |
|---|---|---|
| committer | richard <none@none> | 2009-12-18 15:18:16 -0800 |
| commit | 2b22831dd0fffde8345a7b933ace46be818dec9a (patch) | |
| tree | 8f8426c9be937210b3ebd08a517e3d712367720d /indra/llui/llui.cpp | |
| parent | ebb69c31882f96bf3afdc719a739c3dca695c352 (diff) | |
ext-3307 - nearby chat stays scrolled at bottom
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() |
