Fix logic in toggle_active_speakers.
This commit is contained in:
@@ -1969,7 +1969,7 @@ void LLFloaterIMPanel::onClickSend(void* userdata)
|
||||
|
||||
void LLFloaterIMPanel::onClickToggleActiveSpeakers(const LLSD& value)
|
||||
{
|
||||
childSetVisible("active_speakers_panel", value);
|
||||
childSetVisible("active_speakers_panel", !value);
|
||||
}
|
||||
|
||||
// static
|
||||
|
||||
Reference in New Issue
Block a user