From a1f69272c54f80d4602efc9fb27a0c676cee7468 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Fri, 8 Mar 2019 16:48:49 +0100 Subject: [PATCH] Silence compiler warning --- src/LyXRC.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/LyXRC.cpp b/src/LyXRC.cpp index b1936f0829..d7e83c25a1 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: -- 2.39.5