mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
8bc200adc9
commit
85b53b183b
@ -714,6 +714,8 @@ PrefLatex::PrefLatex(GuiPreferences * form)
|
|||||||
this, SIGNAL(changed()));
|
this, SIGNAL(changed()));
|
||||||
connect(latexPaperSizeCO, SIGNAL(activated(int)),
|
connect(latexPaperSizeCO, SIGNAL(activated(int)),
|
||||||
this, SIGNAL(changed()));
|
this, SIGNAL(changed()));
|
||||||
|
connect(latexNomenclED, SIGNAL(textChanged(QString)),
|
||||||
|
this, SIGNAL(changed()));
|
||||||
|
|
||||||
#if defined(__CYGWIN__) || defined(_WIN32)
|
#if defined(__CYGWIN__) || defined(_WIN32)
|
||||||
pathCB->setVisible(true);
|
pathCB->setVisible(true);
|
||||||
|
@ -109,6 +109,9 @@ What's new
|
|||||||
|
|
||||||
- Fix the tab ordering of widgets in the Tools > Preferences panel.
|
- 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
|
* ADVANCED FIND AND REPLACE
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user