mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
only aspell is using spellchecker_accept_compound rc variable
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39361 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d0debb73cf
commit
925ae3dd10
@ -1527,7 +1527,7 @@ void PrefSpellchecker::on_spellcheckerCB_currentIndexChanged(int index)
|
|||||||
{
|
{
|
||||||
QString spellchecker = spellcheckerCB->itemData(index).toString();
|
QString spellchecker = spellcheckerCB->itemData(index).toString();
|
||||||
|
|
||||||
compoundWordCB->setEnabled(spellchecker != QString("native"));
|
compoundWordCB->setEnabled(spellchecker == QString("aspell"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user