diff options
author | maximbproductengine <maximbproductengine@lindenlab.com> | 2013-01-03 06:43:25 +0200 |
---|---|---|
committer | maximbproductengine <maximbproductengine@lindenlab.com> | 2013-01-03 06:43:25 +0200 |
commit | 3d83fc3da5b0fa20bb631bfd2c94368946905675 (patch) | |
tree | 8eef1b5385af1a7127695b742d03626c321a75c9 /indra/newview/llfloaterimsessiontab.cpp | |
parent | f40ee4792d948ca99d19bdd6f645faea07e15f47 (diff) |
CHUI-608 (Conversations floater can be resized too small once a conversation is torn off)
Diffstat (limited to 'indra/newview/llfloaterimsessiontab.cpp')
-rw-r--r-- | indra/newview/llfloaterimsessiontab.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llfloaterimsessiontab.cpp b/indra/newview/llfloaterimsessiontab.cpp index f5b657fa60..4e79bd0ac8 100644 --- a/indra/newview/llfloaterimsessiontab.cpp +++ b/indra/newview/llfloaterimsessiontab.cpp @@ -751,6 +751,11 @@ void LLFloaterIMSessionTab::onTearOffClicked() { forceReshape(); } + LLFloaterIMContainer* container = LLFloaterIMContainer::getInstance(); + if (container) + { + container->assignResizeLimits(); + } refreshConversation(); updateGearBtn(); } |