From a1a9330f46083d06c4ebcac9b8c6df3702720ae4 Mon Sep 17 00:00:00 2001 From: matthiasmiller Date: Sat, 21 Jan 2006 21:27:35 +0000 Subject: [PATCH] error messages appearing beneath ChangeKeyDlg Turning off modality for this dialog. git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@17 b624d157-de02-0410-bad0-e51aec6abb33 --- src/dialogs/ChangeKeyDlg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dialogs/ChangeKeyDlg.h b/src/dialogs/ChangeKeyDlg.h index fdab495..e461967 100755 --- a/src/dialogs/ChangeKeyDlg.h +++ b/src/dialogs/ChangeKeyDlg.h @@ -31,7 +31,7 @@ class CChangeKeyDlg : public QDialog, public Ui_ChangeKeyDialog Q_OBJECT public: - CChangeKeyDlg(QWidget* parent,PwDatabase* db, const char* name = 0, bool modal = true, Qt::WFlags fl = 0 ); + CChangeKeyDlg(QWidget* parent,PwDatabase* db, const char* name = 0, bool modal = FALSE, Qt::WFlags fl = 0 ); ~CChangeKeyDlg(); /*$PUBLIC_FUNCTIONS$*/