From: Juergen Spitzmueller Date: Fri, 8 Mar 2019 15:48:49 +0000 (+0100) Subject: Silence compiler warning X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a1f69272c54f80d4602efc9fb27a0c676cee7468;p=features.git Silence compiler warning --- 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: