diff options
author | maxim@mnikolenko <maxim@mnikolenko> | 2012-12-12 13:14:52 +0200 |
---|---|---|
committer | maxim@mnikolenko <maxim@mnikolenko> | 2012-12-12 13:14:52 +0200 |
commit | 3d7aaaada853d950888a2fd0fe3e2f375bd5bbb0 (patch) | |
tree | c148c35117c1474cb30bb2be52af17d9e60b6353 /indra/newview/llvoiceclient.cpp | |
parent | 8037b435883f6d0cc0ba01e4f5bdbeea47c99074 (diff) |
CHUI-427 FIXED Added callback to track changing in mUserPTTState. It's needed to synchronize both buttons
Diffstat (limited to 'indra/newview/llvoiceclient.cpp')
-rw-r--r-- | indra/newview/llvoiceclient.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoiceclient.cpp b/indra/newview/llvoiceclient.cpp index 730f022c50..dd529d74e9 100644 --- a/indra/newview/llvoiceclient.cpp +++ b/indra/newview/llvoiceclient.cpp @@ -551,6 +551,7 @@ void LLVoiceClient::setUserPTTState(bool ptt) { mUserPTTState = ptt; updateMicMuteLogic(); + mMicroChangedSignal(); } bool LLVoiceClient::getUserPTTState() |