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:
@@ -5154,6 +5154,14 @@ void LLViewerWindow::revealIntroPanel()
|
||||
}
|
||||
}
|
||||
|
||||
void LLViewerWindow::abortShowProgress()
|
||||
{
|
||||
if (mProgressView)
|
||||
{
|
||||
mProgressView->abortShowProgress();
|
||||
}
|
||||
}
|
||||
|
||||
void LLViewerWindow::setShowProgress(const BOOL show)
|
||||
{
|
||||
if (mProgressView)
|
||||
|
||||
Reference in New Issue
Block a user