diff --git a/src/Text3.cpp b/src/Text3.cpp index 36eded9c4b..6cc575a363 100644 --- a/src/Text3.cpp +++ b/src/Text3.cpp @@ -1212,6 +1212,7 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd) } ins->setParams(inspar); + break; } case LFUN_SPACE_INSERT: diff --git a/status.22x b/status.22x index 2cfd328bbb..8aeb5be3de 100644 --- a/status.22x +++ b/status.22x @@ -108,6 +108,7 @@ What's new * INTERNALS +- Fix execution of set-graphics-group function. * DOCUMENTATION AND LOCALIZATION