diff options
| author | Oz Linden <oz@lindenlab.com> | 2013-03-29 17:31:00 -0400 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2013-03-29 17:31:00 -0400 |
| commit | 7333731bbca764fdac87173fa5a6e5f2bb46c1d2 (patch) | |
| tree | 5a2fd2d0b95dc6ac0dea8f535918912ce43872b2 /indra/newview/llconversationview.cpp | |
| parent | cf1747712b154b6984cf374cf9c86f68a1210fb3 (diff) | |
| parent | 430b8547c46cc70d57ed20cd0917be33380350a7 (diff) | |
merge changes for DRTVWR-306
Diffstat (limited to 'indra/newview/llconversationview.cpp')
| -rwxr-xr-x | indra/newview/llconversationview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llconversationview.cpp b/indra/newview/llconversationview.cpp index 956abcd586..b6c53e5e30 100755 --- a/indra/newview/llconversationview.cpp +++ b/indra/newview/llconversationview.cpp @@ -120,7 +120,7 @@ void LLConversationViewSession::setFlashState(bool flash_state) void LLConversationViewSession::startFlashing() { - if (mFlashStateOn && !mFlashStarted) + if (isInVisibleChain() && mFlashStateOn && !mFlashStarted) { mFlashStarted = true; mFlashTimer->startFlashing(); |
