mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
Mark settings as changed when the Nomenclature line is edited.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39663 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1fd9e5c991
commit
bab818a784
@ -715,6 +715,8 @@ PrefLatex::PrefLatex(GuiPreferences * form)
|
||||
this, SIGNAL(changed()));
|
||||
connect(latexPaperSizeCO, SIGNAL(activated(int)),
|
||||
this, SIGNAL(changed()));
|
||||
connect(latexNomenclED, SIGNAL(textChanged(QString)),
|
||||
this, SIGNAL(changed()));
|
||||
|
||||
#if defined(__CYGWIN__) || defined(_WIN32)
|
||||
pathCB->setVisible(true);
|
||||
|
Loading…
Reference in New Issue
Block a user