Fix Tobi Genesis' issue of the console sitting over the login fields after a failed login when hiding login screens.

This commit is contained in:
Inusaito Sayori
2013-08-06 09:54:26 -04:00
parent 3fa69e0337
commit fb01a95622

View File

@@ -3436,6 +3436,9 @@ void reset_login()
gLoginMenuBarView->setEnabled( TRUE );
}
// Clear the console
if (gConsole) gConsole->clear();
// Hide any other stuff
LLFloaterMap::hideInstance();
}