Skip to content

Commit

Permalink
Fix password visibility button state on database open
Browse files Browse the repository at this point in the history
  • Loading branch information
ba32107 authored and droidmonkey committed Jun 29, 2019
1 parent 8e248bb commit 8138d1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/DatabaseOpenWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ void DatabaseOpenWidget::openDatabase()
}

m_ui->editPassword->setShowPassword(false);
m_ui->buttonTogglePassword->setChecked(false);
QCoreApplication::processEvents();

m_db.reset(new Database());
Expand Down

0 comments on commit 8138d1f

Please sign in to comment.