added LLProgressView::abortShowProgress. Issue upon failed login to terminate pending loginpanel destruction which was killing the actual 'new' replacement loginpanel instead of the old to-be-deleted version.
This commit is contained in:
@@ -134,6 +134,14 @@ void LLProgressView::revealIntroPanel()
|
||||
mFadeFromLoginTimer.start();
|
||||
gIdleCallbacks.addFunction(onIdle, this);
|
||||
}
|
||||
|
||||
void LLProgressView::abortShowProgress()
|
||||
{
|
||||
mFadeFromLoginTimer.stop();
|
||||
LLPanelLogin::close();
|
||||
gIdleCallbacks.deleteFunction(onIdle, this);
|
||||
}
|
||||
|
||||
void LLProgressView::setStartupComplete()
|
||||
{
|
||||
mStartupComplete = true;
|
||||
|
||||
Reference in New Issue
Block a user