summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterimsessiontab.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2013-03-27 16:08:03 -0700
committerMerov Linden <merov@lindenlab.com>2013-03-27 16:08:03 -0700
commit9f819806cd0a2301c83a866d06594ce7b2f3c3d5 (patch)
treeffef8148c674f0c02e02518d0f65a49c7cb68aa1 /indra/newview/llfloaterimsessiontab.cpp
parent9adb105999b25f239e4fc92daa249cc9a686790f (diff)
CHUI-901 : Fixed! Do touch torn off state in restoreFloater()
Diffstat (limited to 'indra/newview/llfloaterimsessiontab.cpp')
-rw-r--r--indra/newview/llfloaterimsessiontab.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llfloaterimsessiontab.cpp b/indra/newview/llfloaterimsessiontab.cpp
index 64c1f50074..5083331167 100644
--- a/indra/newview/llfloaterimsessiontab.cpp
+++ b/indra/newview/llfloaterimsessiontab.cpp
@@ -880,9 +880,8 @@ void LLFloaterIMSessionTab::reshapeFloater(bool collapse)
void LLFloaterIMSessionTab::restoreFloater()
{
- if(checkIfTornOff() && !isMessagePaneExpanded())
+ if(!isMessagePaneExpanded())
{
-
if(isMinimized())
{
setMinimized(false);