Set visible and set frontmost.

This commit is contained in:
Inusaito Sayori
2015-07-30 21:20:19 -04:00
committed by Lirusaito
parent 4b04bc573b
commit 630819cfe5

View File

@@ -329,7 +329,9 @@ void LLInvFVBridge::showProperties()
LLFloater* floater_properties = LLFloaterProperties::find(mUUID, LLUUID::null);
if (floater_properties)
{
floater_properties->open()/*setVisibleAndFrontmost()*/;
floater_properties->setVisible(true);
floater_properties->setFrontmost(true);
//floater_properties->setVisibleAndFrontmost();
}
}
else