Mark settings as changed when the Nomenclature line is edited (backport r39663).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39719 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Julien Rioux 2011-09-20 18:42:40 +00:00
parent 8bc200adc9
commit 85b53b183b
2 changed files with 5 additions and 0 deletions

View File

@ -714,6 +714,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);

View File

@ -109,6 +109,9 @@ What's new
- Fix the tab ordering of widgets in the Tools > Preferences panel.
- Mark settings as changed when the Nomenclature line is edited in the
Tools > Preferences panel.
* ADVANCED FIND AND REPLACE