commit 2078a02ce9c02a816faf4aba9de65e067f270785
Author: Juergen Spitzmueller <[email protected]>
Date:   Fri Mar 8 16:48:49 2019 +0100

    Silence compiler warning
---
 src/LyXRC.cpp |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/LyXRC.cpp b/src/LyXRC.cpp
index b1936f0..d7e83c2 100644
--- a/src/LyXRC.cpp
+++ b/src/LyXRC.cpp
@@ -2979,9 +2979,9 @@ void actOnUpdatedPrefs(LyXRC const & lyxrc_orig, LyXRC 
const & lyxrc_new)
                || lyxrc_orig.font_sizes != lyxrc_new.font_sizes
                || lyxrc_orig.typewriter_font_foundry != 
lyxrc_new.typewriter_font_foundry
                || lyxrc_orig.defaultZoom != lyxrc_new.defaultZoom) {
-               dispatch(FuncRequest(LFUN_SCREEN_FONT_UPDATE));
-       }
-
+                       dispatch(FuncRequest(LFUN_SCREEN_FONT_UPDATE));
+               }
+               // fall through
        case LyXRC::RC_GEOMETRY_SESSION:
        case LyXRC::RC_SERVERPIPE:
        case LyXRC::RC_SET_COLOR:

Reply via email to