Fix regression: Hide password before unlocking database

Fixes #7724
This commit is contained in:
Janek Bevendorff 2022-03-29 21:31:54 +02:00 committed by Jonathan White
parent 02602da257
commit 7eb7172635

View File

@ -237,6 +237,7 @@ void DatabaseOpenWidget::openDatabase()
m_blockQuickUnlock = false; m_blockQuickUnlock = false;
setUserInteractionLock(true); setUserInteractionLock(true);
m_ui->editPassword->setShowPassword(false);
m_ui->messageWidget->hide(); m_ui->messageWidget->hide();
QCoreApplication::processEvents(); QCoreApplication::processEvents();