commit f1428488b140a5d0689e52eaf485edfeffc680aa
Author: Juergen Spitzmueller <sp...@lyx.org>
Date:   Sat Aug 12 09:55:06 2017 +0200

    Add missing break
    
    As correctly pointed out by gcc7.
---
 src/Text3.cpp |    1 +
 status.22x    |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/Text3.cpp b/src/Text3.cpp
index 36eded9..6cc575a 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 2cfd328..8aeb5be 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

Reply via email to