mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 21:45:24 +00:00
branch: Fix bug #6254: Spell checker word count is reported twice.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@34554 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7a662882d7
commit
5181271d71
@ -268,6 +268,7 @@ bool GuiSpellchecker::initialiseParams(string const &)
|
||||
oldval_ = 0;
|
||||
newvalue_ = 0;
|
||||
count_ = 0;
|
||||
exitEarly_ = false;
|
||||
|
||||
bool const success = speller_->error().empty();
|
||||
|
||||
|
@ -90,6 +90,8 @@ What's new
|
||||
- Make sure that the '|'-character in headings does not confuse the
|
||||
TOC list in navigate menu (bug 2009).
|
||||
|
||||
- Do not report the word count by the spellchecker twice (bug 6254).
|
||||
|
||||
- Fix the display of the "Address" environment in LyX when using the
|
||||
elsart.layout (bug 3930). (Note: elsart.layout is obsolete, please
|
||||
use elsarticle.layout instead).
|
||||
|
Loading…
x
Reference in New Issue
Block a user