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:
@@ -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);
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user