diff options
author | Merov Linden <merov@lindenlab.com> | 2012-09-09 14:48:06 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-09-09 14:48:06 -0700 |
commit | 6df8c2b42066efad4d46a601ecaabbc9bf1dcd91 (patch) | |
tree | 8c7dda096c93e55851c0393c2a0e28b7d0be8a3d /indra | |
parent | c26867bb6d1226c82c11f2f386f73b6d8e3ed749 (diff) |
CHUI-285 : Complete. Fix participants repositioning.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llimfloatercontainer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llimfloatercontainer.cpp b/indra/newview/llimfloatercontainer.cpp index fa0750c39c..978b91b598 100644 --- a/indra/newview/llimfloatercontainer.cpp +++ b/indra/newview/llimfloatercontainer.cpp @@ -358,6 +358,8 @@ void LLIMFloaterContainer::draw() } } + repositioningWidgets(); + if (mTabContainer->getTabCount() == 0) { // Do not close the container when every conversation is torn off because the user @@ -365,8 +367,6 @@ void LLIMFloaterContainer::draw() collapseMessagesPane(true); } LLFloater::draw(); - - repositioningWidgets(); } void LLIMFloaterContainer::tabClose() |