Fix password visibility button state on database open
This commit is contained in:
committed by
Jonathan White
parent
11dabfa1b7
commit
f66e9191a9
@@ -196,6 +196,7 @@ void DatabaseOpenWidget::openDatabase()
|
||||
}
|
||||
|
||||
m_ui->editPassword->setShowPassword(false);
|
||||
m_ui->buttonTogglePassword->setChecked(false);
|
||||
QCoreApplication::processEvents();
|
||||
|
||||
m_db.reset(new Database());
|
||||
|
||||
Reference in New Issue
Block a user