]> git.lyx.org Git - lyx.git/commitdiff
Allows editing when the Prefs dialog is opened; fix bug 3140:
authorAbdelrazak Younes <younes@lyx.org>
Fri, 26 Jan 2007 22:38:14 +0000 (22:38 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Fri, 26 Jan 2007 22:38:14 +0000 (22:38 +0000)
http://bugzilla.lyx.org/show_bug.cgi?id=3140

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16875 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/QPrefsDialog.C

index 4347dc806966eb1bf4d95c08bea3451779220900..213ffd14dbc2fe4365c0fa9e2d4df71469febaf6 100644 (file)
@@ -1764,7 +1764,7 @@ QPrefsDialog::QPrefsDialog(QPrefs * form)
        : form_(form)
 {
        setupUi(this);
-       QDialog::setModal(true);
+       QDialog::setModal(false);
 
        connect(savePB, SIGNAL(clicked()),
                form, SLOT(slotOK()));