You're all so special.
This commit is contained in:
@@ -48,7 +48,7 @@ LLFloaterURLDisplay::LLFloaterURLDisplay(const LLSD& sd)
|
||||
{
|
||||
mFactoryMap["place_details_panel"] = LLCallbackMap(LLFloaterURLDisplay::createPlaceDetail, this);
|
||||
LLUICtrlFactory::getInstance()->buildFloater(this, "floater_preview_url.xml", &getFactoryMap());
|
||||
this->setVisible(false);
|
||||
setVisible(false);
|
||||
|
||||
// If positioned at 0,0 the teleport button is behind the toolbar.
|
||||
LLRect r = getRect();
|
||||
|
||||
@@ -533,6 +533,7 @@ void LLNotifyBox::close()
|
||||
die();
|
||||
if (not_tip)
|
||||
{
|
||||
--sNotifyBoxCount;
|
||||
if (LLNotifyBox* front = gNotifyBoxView->getFirstNontipBox())
|
||||
{
|
||||
gNotifyBoxView->showOnly(front);
|
||||
@@ -541,7 +542,6 @@ void LLNotifyBox::close()
|
||||
view->setFocus(true);
|
||||
gFocusMgr.triggerFocusFlash(); // TODO it's ugly to call this here
|
||||
}
|
||||
--sNotifyBoxCount;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user