diff options
| author | Brad Linden <brad@lindenlab.com> | 2024-08-20 09:44:14 -0700 |
|---|---|---|
| committer | Brad Linden <brad@lindenlab.com> | 2024-08-20 09:44:14 -0700 |
| commit | 68f712615f6858d66aef1d030fb18debb1a2dae4 (patch) | |
| tree | 08a0b93af46ca152d72238dffd9543af1b19ce2c /indra/newview/llfloaterimsessiontab.cpp | |
| parent | 9f7dd0177201fe080c287144b99a70125be1fb2b (diff) | |
| parent | 1d017b76292cf8c7afad34ec54d7401e2f1795e5 (diff) | |
Merge remote-tracking branch 'origin/release/2024.06-atlasaurus' into develop
# Conflicts:
# autobuild.xml
# indra/newview/llvoicewebrtc.cpp
Diffstat (limited to 'indra/newview/llfloaterimsessiontab.cpp')
| -rw-r--r-- | indra/newview/llfloaterimsessiontab.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/llfloaterimsessiontab.cpp b/indra/newview/llfloaterimsessiontab.cpp index 2eebb6cc64..2621ce576c 100644 --- a/indra/newview/llfloaterimsessiontab.cpp +++ b/indra/newview/llfloaterimsessiontab.cpp @@ -547,6 +547,12 @@ void LLFloaterIMSessionTab::closeFloater(bool app_quitting) super::closeFloater(app_quitting); } +void LLFloaterIMSessionTab::deleteAllChildren() +{ + super::deleteAllChildren(); + mVoiceButton = NULL; +} + std::string LLFloaterIMSessionTab::appendTime() { std::string timeStr = "[" + LLTrans::getString("TimeHour") + "]:" |
