]> git.lyx.org Git - features.git/commitdiff
Add missing break
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 12 Aug 2017 07:55:06 +0000 (09:55 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Sun, 13 Aug 2017 07:32:51 +0000 (09:32 +0200)
As correctly pointed out by gcc7.

src/Text3.cpp
status.22x

index 36eded9c4b2c31ddaf53b219e44f65bc2c473a61..6cc575a363e8c0391eedca503e0bb102ed7130c0 100644 (file)
@@ -1212,6 +1212,7 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd)
                }
 
                ins->setParams(inspar);
+               break;
        }
 
        case LFUN_SPACE_INSERT:
index 2cfd328bbbbb10a8af105fb2c810a354a4444ea0..8aeb5be3deae1ab2af6a6e23bb14acda8aa6d1f3 100644 (file)
@@ -108,6 +108,7 @@ What's new
 
 * INTERNALS
 
+- Fix execution of set-graphics-group function.
 
 
 * DOCUMENTATION AND LOCALIZATION