diff options
author | Aimee Linden <aimee@lindenlab.com> | 2010-05-23 14:11:48 +0100 |
---|---|---|
committer | Aimee Linden <aimee@lindenlab.com> | 2010-05-23 14:11:48 +0100 |
commit | 234b3edc26db7cf87a11fc16d9720bf4a9c20177 (patch) | |
tree | 891d92df46d3ec371295dfdd3fefe8001f751c61 /indra/newview/llfloatervoiceeffect.cpp | |
parent | 6e98ca08300fad1fa8a4a5ab3996e1a6f8318564 (diff) |
EXT-7337 WIP Added explanatory note to the voice morph preview floater
Diffstat (limited to 'indra/newview/llfloatervoiceeffect.cpp')
-rw-r--r-- | indra/newview/llfloatervoiceeffect.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloatervoiceeffect.cpp b/indra/newview/llfloatervoiceeffect.cpp index 1afea66d91..49dd6fa4d9 100644 --- a/indra/newview/llfloatervoiceeffect.cpp +++ b/indra/newview/llfloatervoiceeffect.cpp @@ -65,6 +65,8 @@ LLFloaterVoiceEffect::~LLFloaterVoiceEffect() BOOL LLFloaterVoiceEffect::postBuild() { setDefaultBtn("record_btn"); + getChild<LLButton>("record_btn")->setFocus(true); + mVoiceEffectList = getChild<LLScrollListCtrl>("voice_effect_list"); if (mVoiceEffectList) |