diff options
| author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-02-25 11:41:52 -0800 |
|---|---|---|
| committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-02-25 11:41:52 -0800 |
| commit | 3c121e83446a755220f83f21637193d011c5b5a7 (patch) | |
| tree | 2acce3ee945ca60e635f44b8c27f40b73e6cea94 /indra/newview/llconversationview.cpp | |
| parent | c70a951abd0993c85aa96a930a54ff89c93cd03a (diff) | |
| parent | cbbf1504f015f42e3426a92129824e05021e1fe3 (diff) | |
merge
Diffstat (limited to 'indra/newview/llconversationview.cpp')
| -rwxr-xr-x | indra/newview/llconversationview.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/llconversationview.cpp b/indra/newview/llconversationview.cpp index 441de2e1a5..73b2c6f88c 100755 --- a/indra/newview/llconversationview.cpp +++ b/indra/newview/llconversationview.cpp @@ -39,6 +39,7 @@ #include "llfloaterreg.h" #include "llgroupiconctrl.h" #include "lluictrlfactory.h" +#include "lltoolbarview.h" // // Implementation of conversations list session widgets @@ -114,6 +115,12 @@ void LLConversationViewSession::startFlashing() { mFlashStarted = true; mFlashTimer->startFlashing(); + + // flash chat toolbar button if scrolled out of sight (because flashing will not be visible) + if (mContainer->isScrolledOutOfSight(this)) + { + gToolBarView->flashCommand(LLCommandId("chat"), true); + } } } |
