When building media settings floater, don't open it. This fixes the annoying clicking sound whenever one would begin editing.

This commit is contained in:
Lirusaito
2013-07-17 03:21:23 -04:00
parent 56fd2f8bba
commit 037b341931

View File

@@ -52,7 +52,7 @@ LLFloaterMediaSettings::LLFloaterMediaSettings(const LLSD& key)
mMultipleMedia(false),
mMultipleValidMedia(false)
{
LLUICtrlFactory::getInstance()->buildFloater(this,"floater_media_settings.xml");
LLUICtrlFactory::getInstance()->buildFloater(this, "floater_media_settings.xml", NULL, false);
}
////////////////////////////////////////////////////////////////////////////////