mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Forgot to commit this in previous rev. Sorry.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29467 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1b168bbc69
commit
f665e65071
@ -561,7 +561,7 @@ bool InsetText::notifyCursorLeaves(Cursor const & old, Cursor & cur)
|
||||
LASSERT(&insetCur.inset() == this, /**/);
|
||||
|
||||
// update the old paragraph's words
|
||||
insetCur.paragraph().updateWords(insetCur.top());
|
||||
insetCur.paragraph().updateWords();
|
||||
|
||||
return Inset::notifyCursorLeaves(old, cur);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user