summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2013-03-20 15:08:02 +0200
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2013-03-20 15:08:02 +0200
commit5187f5b41f8b748dd7f092d97e69f24a4c43f4ee (patch)
tree930f09d9a2e5e923c15b368ad3b1c266aab0d508 /indra/newview
parent72af9ed2e3e969b286052603928987311c271cdf (diff)
CHUI-869 FIXED Clicking on toast will restore Message pane.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llfloaterimnearbychat.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llfloaterimnearbychat.cpp b/indra/newview/llfloaterimnearbychat.cpp
index 7c552f98e0..3af3c65045 100644
--- a/indra/newview/llfloaterimnearbychat.cpp
+++ b/indra/newview/llfloaterimnearbychat.cpp
@@ -348,6 +348,11 @@ bool LLFloaterIMNearbyChat::isChatVisible() const
void LLFloaterIMNearbyChat::showHistory()
{
openFloater();
+ if(!isMessagePaneExpanded())
+ {
+ restoreFloater();
+ setFocus(true);
+ }
setResizeLimits(getMinWidth(), EXPANDED_MIN_HEIGHT);
}