Set visible and set frontmost.
This commit is contained in:
committed by
Lirusaito
parent
4b04bc573b
commit
630819cfe5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user