diff options
author | andreykproductengine <akleshchev@productengine.com> | 2014-09-03 18:26:04 +0300 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2014-09-03 18:26:04 +0300 |
commit | 9ffa7471bb9e611440e3c12e654b83dfbead2e83 (patch) | |
tree | d531119cb2c475c4c13f85afa58ded6b6075cda4 | |
parent | 6efd9d09b91f5bbecfcde68c8a59f8fc56b89ad8 (diff) |
MAINT-4363 FIXED In-use script dialogs and pending inventory offers are forced out of view and into their chiclet every time a new conversation is started by another resident or a new group chat session opens
-rwxr-xr-x | indra/newview/llfloaterimsessiontab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterimsessiontab.cpp b/indra/newview/llfloaterimsessiontab.cpp index fbdaca0e6f..2864f018b2 100755 --- a/indra/newview/llfloaterimsessiontab.cpp +++ b/indra/newview/llfloaterimsessiontab.cpp @@ -47,7 +47,7 @@ const F32 REFRESH_INTERVAL = 1.0f; LLFloaterIMSessionTab::LLFloaterIMSessionTab(const LLSD& session_id) -: LLTransientDockableFloater(NULL, true, session_id), +: LLTransientDockableFloater(NULL, false, session_id), mIsP2PChat(false), mExpandCollapseBtn(NULL), mTearOffBtn(NULL), |