Reset visibility state of password field on unlocking.

Closes #354
This commit is contained in:
Florian Geyer 2015-09-28 22:26:13 +02:00
parent 568dfde074
commit ebeedba072

View File

@ -33,5 +33,6 @@ void UnlockDatabaseWidget::clearForms()
m_ui->comboKeyFile->clear();
m_ui->checkPassword->setChecked(false);
m_ui->checkKeyFile->setChecked(false);
m_ui->buttonTogglePassword->setChecked(false);
m_db = Q_NULLPTR;
}