summaryrefslogtreecommitdiff
path: root/indra/newview/llnearbychat.cpp
diff options
context:
space:
mode:
authorAlexanderP ProductEngine <apaschenko@productengine.com>2012-07-25 16:16:06 +0300
committerAlexanderP ProductEngine <apaschenko@productengine.com>2012-07-25 16:16:06 +0300
commitde8cd534b985450f6d9ff9d2ad947a2a110f76a8 (patch)
tree0e2ce79b85fb1b070c6665327e857aff90947871 /indra/newview/llnearbychat.cpp
parente2e0003dea5994ee36f18bba683fde4e7775db66 (diff)
CHUI-230 [FIXED] Torn off conversation window size resizes when viewer window is resized
Diffstat (limited to 'indra/newview/llnearbychat.cpp')
-rw-r--r--indra/newview/llnearbychat.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/indra/newview/llnearbychat.cpp b/indra/newview/llnearbychat.cpp
index a21690bed8..4e53082c05 100644
--- a/indra/newview/llnearbychat.cpp
+++ b/indra/newview/llnearbychat.cpp
@@ -391,17 +391,7 @@ void LLNearbyChat::onOpen(const LLSD& key)
bool LLNearbyChat::applyRectControl()
{
- bool is_torn_off = getHost() == NULL;
-
- // Resize is limited to torn off floaters.
- // A hosted floater is not resizable.
- if (is_torn_off)
- {
- enableResizeCtrls(true);
- }
-
setResizeLimits(getMinWidth(), EXPANDED_MIN_HEIGHT);
-
return LLFloater::applyRectControl();
}