summaryrefslogtreecommitdiff
path: root/indra/newview/llscriptfloater.cpp
diff options
context:
space:
mode:
authorDmitry Zaporozhan <dzaporozhan@productengine.com>2009-12-25 13:53:11 +0200
committerDmitry Zaporozhan <dzaporozhan@productengine.com>2009-12-25 13:53:11 +0200
commit0312156258f962108ce485c4be95992555b09b32 (patch)
tree2ecd2f1981252601b1f8f5f2b01ad6fbe08a357e /indra/newview/llscriptfloater.cpp
parent3aabd408bd746e630f5f781caf180fbd7e20ac5f (diff)
Fixed low bug EXT-3294 - Toasts bunch up in the channel when big docked IM window is opened.
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llscriptfloater.cpp')
-rw-r--r--indra/newview/llscriptfloater.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llscriptfloater.cpp b/indra/newview/llscriptfloater.cpp
index 1962d871a6..cf62d47362 100644
--- a/indra/newview/llscriptfloater.cpp
+++ b/indra/newview/llscriptfloater.cpp
@@ -67,6 +67,7 @@ LLScriptFloater::LLScriptFloater(const LLSD& key)
, mScriptForm(NULL)
{
setMouseDownCallback(boost::bind(&LLScriptFloater::onMouseDown, this));
+ setOverlapsScreenChannel(true);
}
bool LLScriptFloater::toggle(const LLUUID& object_id)