diff options
author | maxim@mnikolenko <maxim@mnikolenko> | 2013-01-04 15:14:24 +0200 |
---|---|---|
committer | maxim@mnikolenko <maxim@mnikolenko> | 2013-01-04 15:14:24 +0200 |
commit | 9d687cc0042a6972a603778359055394c1cf0850 (patch) | |
tree | b11193017535f033e9460d0a6d3074792b22ea15 /indra/newview | |
parent | 3d1feec7641051386733405186cfe81b68a929ca (diff) |
CHUI-637 FIXED Call requestArrange() to update widget state.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llfloaterimcontainer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterimcontainer.cpp b/indra/newview/llfloaterimcontainer.cpp index 9fe67e99da..22db4dd0eb 100644 --- a/indra/newview/llfloaterimcontainer.cpp +++ b/indra/newview/llfloaterimcontainer.cpp @@ -678,6 +678,7 @@ void LLFloaterIMContainer::collapseConversationsPane(bool collapse) { widget->setOpen(false); } + widget->requestArrange(); } } } |