From 0312156258f962108ce485c4be95992555b09b32 Mon Sep 17 00:00:00 2001 From: Dmitry Zaporozhan Date: Fri, 25 Dec 2009 13:53:11 +0200 Subject: Fixed low bug EXT-3294 - Toasts bunch up in the channel when big docked IM window is opened. --HG-- branch : product-engine --- indra/newview/llscriptfloater.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/llscriptfloater.cpp') 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) -- cgit v1.2.3