X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FText.cpp;h=0bb66f6666e46ee6bf69fe89390cc9cb2df3ac15;hb=1b508fff0332e514847ba87efbc2e1e0d981daa1;hp=5d761ca134b6d25b23e35f8fbb18a65409db25d4;hpb=a7018252b75316b7855f04c51be2342dc269f96c;p=features.git diff --git a/src/Text.cpp b/src/Text.cpp index 5d761ca134..0bb66f6666 100644 --- a/src/Text.cpp +++ b/src/Text.cpp @@ -1127,7 +1127,7 @@ void Text::charInserted(Cursor & cur) && par.isWordSeparator(cur.pos() - 1)) { // get the word in front of cursor LBUFERR(this == cur.text()); - cur.paragraph().updateWords(); + par.updateWords(); } }