diff options
| author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-03-20 15:08:02 +0200 | 
|---|---|---|
| committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-03-20 15:08:02 +0200 | 
| commit | 5187f5b41f8b748dd7f092d97e69f24a4c43f4ee (patch) | |
| tree | 930f09d9a2e5e923c15b368ad3b1c266aab0d508 | |
| parent | 72af9ed2e3e969b286052603928987311c271cdf (diff) | |
CHUI-869 FIXED Clicking on toast will restore Message pane.
| -rw-r--r-- | indra/newview/llfloaterimnearbychat.cpp | 5 | 
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);  } | 
