mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-14 06:57:01 +00:00
Allows editing when the Prefs dialog is opened; fix bug 3140:
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
This commit is contained in:
parent
ca144be319
commit
d4f8fe1249
@ -1764,7 +1764,7 @@ QPrefsDialog::QPrefsDialog(QPrefs * form)
|
|||||||
: form_(form)
|
: form_(form)
|
||||||
{
|
{
|
||||||
setupUi(this);
|
setupUi(this);
|
||||||
QDialog::setModal(true);
|
QDialog::setModal(false);
|
||||||
|
|
||||||
connect(savePB, SIGNAL(clicked()),
|
connect(savePB, SIGNAL(clicked()),
|
||||||
form, SLOT(slotOK()));
|
form, SLOT(slotOK()));
|
||||||
|
Loading…
Reference in New Issue
Block a user