diff options
author | richard <none@none> | 2009-10-30 11:43:45 -0700 |
---|---|---|
committer | richard <none@none> | 2009-10-30 11:43:45 -0700 |
commit | 0d9682113d28b9814374a784a9724aa1ba4bb942 (patch) | |
tree | 2c627e5da47f695129fce129a1278673263189a2 /indra/llui/llradiogroup.cpp | |
parent | 95031093c795f3a97cdc673c7b7807c944742ab8 (diff) |
EXT-1980 - Bottom bar buttons retain highlight
EXT-1936 - [BSI] Reversion - clicking on avatar name in group chat should bring up profile
also fixed buttons not working on avatar list in IM window
reviewed by Leyla
Diffstat (limited to 'indra/llui/llradiogroup.cpp')
-rw-r--r-- | indra/llui/llradiogroup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llradiogroup.cpp b/indra/llui/llradiogroup.cpp index f9f0307d17..86bd2f05ce 100644 --- a/indra/llui/llradiogroup.cpp +++ b/indra/llui/llradiogroup.cpp @@ -106,7 +106,7 @@ void LLRadioGroup::setIndexEnabled(S32 index, BOOL enabled) child->setEnabled(enabled); if (index == mSelectedIndex && enabled == FALSE) { - mSelectedIndex = -1; + setSelectedIndex(-1); } break; } |