Skip to content
This repository has been archived by the owner on Oct 10, 2021. It is now read-only.

Commit

Permalink
Merge pull request keepassxreboot#663 from weslly/fix/unlock-dialog
Browse files Browse the repository at this point in the history
Bring unlock database dialog to the front
  • Loading branch information
weslly authored Jun 25, 2017
2 parents fdbed32 + e708ef9 commit 3a5f19f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/UnlockDatabaseDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ UnlockDatabaseDialog::UnlockDatabaseDialog(QWidget* parent)
: QDialog(parent)
, m_view(new UnlockDatabaseWidget(this))
{
setWindowFlags(windowFlags() | Qt::WindowStaysOnTopHint);
connect(m_view, SIGNAL(editFinished(bool)), this, SLOT(complete(bool)));
}

Expand Down

0 comments on commit 3a5f19f

Please sign in to comment.