1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Merge pull request #3437

Vincas Dargis (1):
      fix(loginscreen.cpp): fix password input focus after mouse click
This commit is contained in:
Zetok Zalbavar 2016-06-25 16:20:53 +01:00
commit dc26379eeb
No known key found for this signature in database
GPG Key ID: C953D3880212068A

View File

@ -235,6 +235,7 @@ void LoginScreen::onLogin()
{
QMessageBox::critical(this, tr("Couldn't load this profile"),
tr("Wrong password."));
ui->loginPassword->setFocus();
ui->loginPassword->selectAll();
return;
}